#BD951E

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

Shades of Buddha Gold #BD951E

Tints of Buddha Gold #BD951E

Color information

#BD951E (or 0xBD951E) is unknown color: approx Buddha Gold. HEX triplet: BD, 95 and 1E. RGB value is (189,149,30). Sum of RGB (Red+Green+Blue) = 189+149+30=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD951E is #426AE1. Grayscale: #939393. Windows color (decimal): -4352738 or 2004413. OLE color: 2004413.

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

Color convert

RGB18914930-
CMYK00.210.840.26
HSL44.91º72.6%42.94%-
HSV(B)44.91º84.13%74.12%-
XYZ31.9732.415.8-
YUV147.3961.75157.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=51.36%
G=40.49%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891493000.210.840.2644.9172.642.94
HexBD951E015541A2d492b
Octal27522536025124325511153
Binary1011110110010101111100101011010100110101011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD951E; }

 p { color: rgb(189,149,30); }

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

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

 a { background-color: rgb(189,149,30); }

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

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

 span { border-color: rgb(189,149,30); }

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