Html Css Color HEX #B5A609 Buddha Gold

📋 copy color: '#B5A609'

red 181 ◦ green 166 ◦ blue 9

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

Shades of Buddha Gold #B5A609

Tints of Buddha Gold #B5A609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.63%

 BLUE value IS 9 (3.91% from 255) = 2.53%

R = 50.84%
G = 46.63%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B5A609 (or 0xB5A609) is known color: Buddha Gold. HEX triplet: B5, A6 and 09. RGB value is (181,166,9). Sum of RGB (Red+Green+Blue) = 181+166+9=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A609 is #4A59F6. Grayscale: #999999. Windows color (decimal): -4872695 or 632501. OLE color: 632501.

HSL color Cylindrical-coordinate representation of color #B5A609: hue angle of 54.77º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5A609 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 166 9 -
CMYK 0 0.08 0.95 0.29
HSL 54.77º 0.91% 0.37% -
HSV(B) 54.77º 0.95% 0.71% -
XYZ 32.74 37.12 5.7 -
YUV 152.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 181 166 9 0 0.08 0.95 0.29 54.77 0.91 0.37
Hex B5 A6 9 0 8 5F 1D 37 5B 25
Octal 265 246 11 0 10 137 35 67 133 45
Binary 10110101 10100110 1001 0 1000 1011111 11101 110111 1011011 100101

Color Harmonies of #B5A609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A609

Black with #B5A609

Text Example


Text Example

White with #B5A609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A609; }

 p { color: rgb(181,166,9); }

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

background-color css

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

 a { background-color: rgb(181,166,9); }

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

border-color css

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

 span { border-color: rgb(181,166,9); }

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