#BF991E

Color #BF991E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BF991E

Tints of Buddha Gold #BF991E

Color information

#BF991E (or 0xBF991E) is unknown color: approx Buddha Gold. HEX triplet: BF, 99 and 1E. RGB value is (191,153,30). Sum of RGB (Red+Green+Blue) = 191+153+30=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF991E is #4066E1. Grayscale: #969696. Windows color (decimal): -4220642 or 2005439. OLE color: 2005439.

HSL color Cylindrical-coordinate representation of color #BF991E: hue angle of 45.84º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF991E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19115330-
CMYK00.200.840.25
HSL45.84º72.85%43.33%-
HSV(B)45.84º84.29%74.9%-
XYZ33.1133.956.04-
YUV150.3460.09157-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=51.07%
G=40.91%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911533000.200.840.2545.8472.8543.33
HexBF991E01454192e492b
Octal27723136024124315611153
Binary1011111110011001111100101001010100110011011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF991E; }

 p { color: rgb(191,153,30); }

 H1.HeaderClassName
 {
   color: #BF991E;
 }
 .AnyTagClassName
 {
   color: #BF991E;
 }
</style>
background-color css

<style>
 a { background-color: #BF991E; }

 a { background-color: rgb(191,153,30); }

 div.DivClassName
 {
   background-color: #BF991E;
 }
 .BgClassName
 {
   background-color: #BF991E;
 }
</style>
border-color css

<style>
 span { border-color: #BF991E; }

 span { border-color: rgb(191,153,30); }

 td.TdClassName
 {
   border-color: #BF991E;
 }
 .TagClassName
 {
   border-color: #BF991E;
 }
</style>