#bf9c18

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

Shades of Buddha Gold #BF9C18

Tints of Buddha Gold #BF9C18

Color information

#BF9C18 (or 0xBF9C18) is unknown color: approx Buddha Gold. HEX triplet: BF, 9C and 18. RGB value is (191,156,24). Sum of RGB (Red+Green+Blue) = 191+156+24=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C18 is #4063E7. Grayscale: #979797. Windows color (decimal): -4219880 or 1612991. OLE color: 1612991.

HSL color Cylindrical-coordinate representation of color #BF9C18: hue angle of 47.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF9C18 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19115624-
CMYK00.180.870.25
HSL47.43º77.67%42.16%-
HSV(B)47.43º87.43%74.9%-
XYZ33.5434.925.84-
YUV151.4256.1156.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 24 (9.77% from 255) = 6.47%
R=51.48%
G=42.05%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911562400.180.870.2547.4377.6742.16
HexBF9C1801257192f4e2a
Octal27723430022127315711652
Binary1011111110011100110000100101010111110011011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9c18; }

 p { color: rgb(191,156,24); }

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

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

 a { background-color: rgb(191,156,24); }

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

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

 span { border-color: rgb(191,156,24); }

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