#BF9C01

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

Shades of Buddha Gold #BF9C01

Tints of Buddha Gold #BF9C01

Color information

#BF9C01 (or 0xBF9C01) is unknown color: approx Buddha Gold. HEX triplet: BF, 9C and 01. RGB value is (191,156,1). Sum of RGB (Red+Green+Blue) = 191+156+1=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C01 is #4063FE. Grayscale: #959595. Windows color (decimal): -4219903 or 105663. OLE color: 105663.

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

Color convert

RGB1911561-
CMYK00.180.990.25
HSL48.95º98.96%37.65%-
HSV(B)48.95º99.48%74.9%-
XYZ33.3834.865-
YUV148.7944.6158.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=54.89%
G=44.83%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191156100.180.990.2548.9598.9637.65
HexBF9C10126319316326
Octal2772341022143316114346
Binary101111111001110010100101100011110011100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C01; }

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

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

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

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

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

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

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

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