#BF9E0A

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

Shades of Buddha Gold #BF9E0A

Tints of Buddha Gold #BF9E0A

Color information

#BF9E0A (or 0xBF9E0A) is unknown color: approx Buddha Gold. HEX triplet: BF, 9E and 0A. RGB value is (191,158,10). Sum of RGB (Red+Green+Blue) = 191+158+10=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E0A is #4061F5. Grayscale: #979797. Windows color (decimal): -4219382 or 695999. OLE color: 695999.

HSL color Cylindrical-coordinate representation of color #BF9E0A: hue angle of 49.06º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF9E0A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19115810-
CMYK00.170.950.25
HSL49.06º90.05%39.41%-
HSV(B)49.06º94.76%74.9%-
XYZ33.7735.555.37-
YUV150.9948.43156.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 10 (4.30% from 255) = 2.79%
R=53.20%
G=44.01%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911581000.170.950.2549.0690.0539.41
HexBF9EA0115F19315a27
Octal27723612021137316113247
Binary101111111001111010100100011011111110011100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E0A; }

 p { color: rgb(191,158,10); }

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

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

 a { background-color: rgb(191,158,10); }

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

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

 span { border-color: rgb(191,158,10); }

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