Html Css Color HEX #B9A211 Buddha Gold

📋 copy color: '#B9A211'

red 185 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #B9A211

Tints of Buddha Gold #B9A211

RGB

 RED value IS 185 (72.66% from 255) = 50.82%

 GREEN value IS 162 (63.67% from 255) = 44.51%

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

R = 50.82%
G = 44.51%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9A211 (or 0xB9A211) is known color: Buddha Gold. HEX triplet: B9, A2 and 11. RGB value is (185,162,17). Sum of RGB (Red+Green+Blue) = 185+162+17=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A211 is #465DEE. Grayscale: #989898. Windows color (decimal): -4611567 or 1155769. OLE color: 1155769.

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

Color convert

RGB 185 162 17 -
CMYK 0 0.12 0.91 0.27
HSL 51.79º 0.83% 0.4% -
HSV(B) 51.79º 0.91% 0.73% -
XYZ 33.03 36.2 5.78 -
YUV 152.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 185 162 17 0 0.12 0.91 0.27 51.79 0.83 0.4
Hex B9 A2 11 0 C 5B 1B 34 53 28
Octal 271 242 21 0 14 133 33 64 123 50
Binary 10111001 10100010 10001 0 1100 1011011 11011 110100 1010011 101000

Color Harmonies of #B9A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A211

Black with #B9A211

Text Example


Text Example

White with #B9A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A211; }

 p { color: rgb(185,162,17); }

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

background-color css

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

 a { background-color: rgb(185,162,17); }

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

border-color css

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

 span { border-color: rgb(185,162,17); }

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