#BD960C

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

Shades of Buddha Gold #BD960C

Tints of Buddha Gold #BD960C

Color information

#BD960C (or 0xBD960C) is unknown color: approx Buddha Gold. HEX triplet: BD, 96 and 0C. RGB value is (189,150,12). Sum of RGB (Red+Green+Blue) = 189+150+12=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD960C is #4269F3. Grayscale: #929292. Windows color (decimal): -4352500 or 825021. OLE color: 825021.

HSL color Cylindrical-coordinate representation of color #BD960C: hue angle of 46.78º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD960C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18915012-
CMYK00.210.940.26
HSL46.78º88.06%39.41%-
HSV(B)46.78º93.65%74.12%-
XYZ31.9632.664.97-
YUV145.9352.42158.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 12 (5.08% from 255) = 3.42%
R=53.85%
G=42.74%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891501200.210.940.2646.7888.0639.41
HexBD96C0155E1A2f5827
Octal27522614025136325713047
Binary101111011001011011000101011011110110101011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD960C; }

 p { color: rgb(189,150,12); }

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

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

 a { background-color: rgb(189,150,12); }

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

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

 span { border-color: rgb(189,150,12); }

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