#BF990E

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

Shades of Buddha Gold #BF990E

Tints of Buddha Gold #BF990E

Color information

#BF990E (or 0xBF990E) is unknown color: approx Buddha Gold. HEX triplet: BF, 99 and 0E. RGB value is (191,153,14). Sum of RGB (Red+Green+Blue) = 191+153+14=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF990E is #4066F1. Grayscale: #959595. Windows color (decimal): -4220658 or 956863. OLE color: 956863.

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

Color convert

RGB19115314-
CMYK00.200.930.25
HSL47.12º86.34%40.2%-
HSV(B)47.12º92.67%74.9%-
XYZ32.9633.895.22-
YUV148.5252.09158.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 14 (5.86% from 255) = 3.91%
R=53.35%
G=42.74%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911531400.200.930.2547.1286.3440.2
HexBF99E0145D192f5628
Octal27723116024135315712650
Binary101111111001100111100101001011101110011011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF990E; }

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

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

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

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

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

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

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

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