Html Css Color HEX #B5A116 Buddha Gold

📋 copy color: '#B5A116'

red 181 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #B5A116

Tints of Buddha Gold #B5A116

RGB

 RED value IS 181 (71.09% from 255) = 49.73%

 GREEN value IS 161 (63.28% from 255) = 44.23%

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 49.73%
G = 44.23%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B5A116 (or 0xB5A116) is known color: Buddha Gold. HEX triplet: B5, A1 and 16. RGB value is (181,161,22). Sum of RGB (Red+Green+Blue) = 181+161+22=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A116 is #4A5EE9. Grayscale: #979797. Windows color (decimal): -4873962 or 1483189. OLE color: 1483189.

HSL color Cylindrical-coordinate representation of color #B5A116: hue angle of 52.45º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5A116 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 22 -
CMYK 0 0.11 0.88 0.29
HSL 52.45º 0.78% 0.4% -
HSV(B) 52.45º 0.88% 0.71% -
XYZ 31.95 35.37 5.9 -
YUV 151.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 181 161 22 0 0.11 0.88 0.29 52.45 0.78 0.4
Hex B5 A1 16 0 B 58 1D 34 4E 28
Octal 265 241 26 0 13 130 35 64 116 50
Binary 10110101 10100001 10110 0 1011 1011000 11101 110100 1001110 101000

Color Harmonies of #B5A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A116

Black with #B5A116

Text Example


Text Example

White with #B5A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A116; }

 p { color: rgb(181,161,22); }

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

background-color css

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

 a { background-color: rgb(181,161,22); }

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

border-color css

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

 span { border-color: rgb(181,161,22); }

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