Html Css Color HEX #B5A10C Buddha Gold

📋 copy color: '#B5A10C'

red 181 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #B5A10C

Tints of Buddha Gold #B5A10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 51.13%
G = 45.48%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5A10C (or 0xB5A10C) is known color: Buddha Gold. HEX triplet: B5, A1 and 0C. RGB value is (181,161,12). Sum of RGB (Red+Green+Blue) = 181+161+12=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A10C is #4A5EF3. Grayscale: #969696. Windows color (decimal): -4873972 or 827829. OLE color: 827829.

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

Color convert

RGB 181 161 12 -
CMYK 0 0.11 0.93 0.29
HSL 52.9º 0.88% 0.38% -
HSV(B) 52.9º 0.93% 0.71% -
XYZ 31.87 35.34 5.49 -
YUV 149.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 181 161 12 0 0.11 0.93 0.29 52.9 0.88 0.38
Hex B5 A1 C 0 B 5D 1D 35 58 26
Octal 265 241 14 0 13 135 35 65 130 46
Binary 10110101 10100001 1100 0 1011 1011101 11101 110101 1011000 100110

Color Harmonies of #B5A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A10C

Black with #B5A10C

Text Example


Text Example

White with #B5A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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