Html Css Color HEX #B5A100 Buddha Gold

📋 copy color: '#B5A100'

red 181 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #B5A100

Tints of Buddha Gold #B5A100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.92%
G = 47.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B5A100 (or 0xB5A100) is known color: Buddha Gold. HEX triplet: B5, A1 and 00. RGB value is (181,161,0). Sum of RGB (Red+Green+Blue) = 181+161+0=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A100 is #4A5EFF. Grayscale: #959595. Windows color (decimal): -4873984 or 41397. OLE color: 41397.

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

Color convert

RGB 181 161 0 -
CMYK 0 0.11 1 0.29
HSL 53.37º 1% 0.35% -
HSV(B) 53.37º 1% 0.71% -
XYZ 31.8 35.31 5.14 -
YUV 148.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 181 161 0 0 0.11 1 0.29 53.37 1 0.35
Hex B5 A1 0 0 B 64 1D 35 64 23
Octal 265 241 0 0 13 144 35 65 144 43
Binary 10110101 10100001 0 0 1011 1100100 11101 110101 1100100 100011

Color Harmonies of #B5A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A100

Black with #B5A100

Text Example


Text Example

White with #B5A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A100; }

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

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

background-color css

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

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

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

border-color css

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

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

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