Html Css Color HEX #B5A016 Buddha Gold

📋 copy color: '#B5A016'

red 181 ◦ green 160 ◦ blue 22

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

Shades of Buddha Gold #B5A016

Tints of Buddha Gold #B5A016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

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

R = 49.86%
G = 44.08%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B5A016 (or 0xB5A016) is known color: Buddha Gold. HEX triplet: B5, A0 and 16. RGB value is (181,160,22). Sum of RGB (Red+Green+Blue) = 181+160+22=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A016 is #4A5FE9. Grayscale: #979797. Windows color (decimal): -4874218 or 1482933. OLE color: 1482933.

HSL color Cylindrical-coordinate representation of color #B5A016: hue angle of 52.08º 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 #B5A016 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 22 -
CMYK 0 0.12 0.88 0.29
HSL 52.08º 0.78% 0.4% -
HSV(B) 52.08º 0.88% 0.71% -
XYZ 31.77 35.02 5.84 -
YUV 150.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 181 160 22 0 0.12 0.88 0.29 52.08 0.78 0.4
Hex B5 A0 16 0 C 58 1D 34 4E 28
Octal 265 240 26 0 14 130 35 64 116 50
Binary 10110101 10100000 10110 0 1100 1011000 11101 110100 1001110 101000

Color Harmonies of #B5A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A016

Black with #B5A016

Text Example


Text Example

White with #B5A016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A016; }

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

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

background-color css

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

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

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

border-color css

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

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

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