Html Css Color HEX #BD9E11 Buddha Gold

📋 copy color: '#BD9E11'

red 189 ◦ green 158 ◦ blue 17

#BD9E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BD9E11

Tints of Buddha Gold #BD9E11

RGB

 RED value IS 189 (74.22% from 255) = 51.92%

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 51.92%
G = 43.41%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD9E11 (or 0xBD9E11) is known color: Buddha Gold. HEX triplet: BD, 9E and 11. RGB value is (189,158,17). Sum of RGB (Red+Green+Blue) = 189+158+17=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9E11 is #4261EE. Grayscale: #979797. Windows color (decimal): -4350447 or 1154749. OLE color: 1154749.

HSL color Cylindrical-coordinate representation of color #BD9E11: hue angle of 49.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD9E11 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 158 17 -
CMYK 0 0.16 0.91 0.26
HSL 49.19º 0.83% 0.4% -
HSV(B) 49.19º 0.91% 0.74% -
XYZ 33.31 35.31 5.59 -
YUV 151.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 189 158 17 0 0.16 0.91 0.26 49.19 0.83 0.4
Hex BD 9E 11 0 10 5B 1A 31 53 28
Octal 275 236 21 0 20 133 32 61 123 50
Binary 10111101 10011110 10001 0 10000 1011011 11010 110001 1010011 101000

Color Harmonies of #BD9E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E11

Black with #BD9E11

Text Example


Text Example

White with #BD9E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E11; }

 p { color: rgb(189,158,17); }

 H1.HeaderClassName
 {
   color: #BD9E11;
 }
 .AnyTagClassName
 {
   color: #BD9E11;
 }
</style>

background-color css

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

 a { background-color: rgb(189,158,17); }

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

border-color css

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

 span { border-color: rgb(189,158,17); }

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