Html Css Color HEX #B5A115 Buddha Gold

📋 copy color: '#B5A115'

red 181 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #B5A115

Tints of Buddha Gold #B5A115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.79%

R = 49.86%
G = 44.35%
B = 5.79%

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

#B5A115 (or 0xB5A115) is known color: Buddha Gold. HEX triplet: B5, A1 and 15. RGB value is (181,161,21). Sum of RGB (Red+Green+Blue) = 181+161+21=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A115 is #4A5EEA. Grayscale: #979797. Windows color (decimal): -4873963 or 1417653. OLE color: 1417653.

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

Color convert

RGB 181 161 21 -
CMYK 0 0.11 0.88 0.29
HSL 52.5º 0.79% 0.4% -
HSV(B) 52.5º 0.88% 0.71% -
XYZ 31.94 35.37 5.85 -
YUV 151.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 181 161 21 0 0.11 0.88 0.29 52.5 0.79 0.4
Hex B5 A1 15 0 B 58 1D 34 4F 28
Octal 265 241 25 0 13 130 35 64 117 50
Binary 10110101 10100001 10101 0 1011 1011000 11101 110100 1001111 101000

Color Harmonies of #B5A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A115

Black with #B5A115

Text Example


Text Example

White with #B5A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A115; }

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

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

background-color css

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

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

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

border-color css

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

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

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