Html Css Color HEX #B5A101 Buddha Gold

📋 copy color: '#B5A101'

red 181 ◦ green 161 ◦ blue 1

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

Shades of Buddha Gold #B5A101

Tints of Buddha Gold #B5A101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 52.77%
G = 46.94%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B5A101 (or 0xB5A101) is known color: Buddha Gold. HEX triplet: B5, A1 and 01. RGB value is (181,161,1). Sum of RGB (Red+Green+Blue) = 181+161+1=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A101 is #4A5EFE. Grayscale: #959595. Windows color (decimal): -4873983 or 106933. OLE color: 106933.

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

Color convert

RGB 181 161 1 -
CMYK 0 0.11 0.99 0.29
HSL 53.33º 0.99% 0.36% -
HSV(B) 53.33º 0.99% 0.71% -
XYZ 31.81 35.32 5.17 -
YUV 148.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 181 161 1 0 0.11 0.99 0.29 53.33 0.99 0.36
Hex B5 A1 1 0 B 63 1D 35 63 24
Octal 265 241 1 0 13 143 35 65 143 44
Binary 10110101 10100001 1 0 1011 1100011 11101 110101 1100011 100100

Color Harmonies of #B5A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A101

Black with #B5A101

Text Example


Text Example

White with #B5A101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A101; }

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

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

background-color css

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

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

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

border-color css

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

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

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