#BD9B07

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

Shades of Buddha Gold #BD9B07

Tints of Buddha Gold #BD9B07

Color information

#BD9B07 (or 0xBD9B07) is unknown color: approx Buddha Gold. HEX triplet: BD, 9B and 07. RGB value is (189,155,7). Sum of RGB (Red+Green+Blue) = 189+155+7=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9B07 is #4264F8. Grayscale: #949494. Windows color (decimal): -4351225 or 498621. OLE color: 498621.

HSL color Cylindrical-coordinate representation of color #BD9B07: hue angle of 48.79º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD9B07 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1891557-
CMYK00.180.960.26
HSL48.79º92.86%38.43%-
HSV(B)48.79º96.3%74.12%-
XYZ32.7534.285.09-
YUV148.2948.26157.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 7 (3.12% from 255) = 1.99%
R=53.85%
G=44.16%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189155700.180.960.2648.7992.8638.43
HexBD9B7012601A315d26
Octal2752337022140326113546
Binary10111101100110111110100101100000110101100011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B07; }

 p { color: rgb(189,155,7); }

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

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

 a { background-color: rgb(189,155,7); }

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

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

 span { border-color: rgb(189,155,7); }

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