Html Css Color HEX #B59A18 Buddha Gold

📋 copy color: '#B59A18'

red 181 ◦ green 154 ◦ blue 24

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

Shades of Buddha Gold #B59A18

Tints of Buddha Gold #B59A18

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 24 (9.77% from 255) = 6.69%

R = 50.42%
G = 42.9%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B59A18 (or 0xB59A18) is known color: Buddha Gold. HEX triplet: B5, 9A and 18. RGB value is (181,154,24). Sum of RGB (Red+Green+Blue) = 181+154+24=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59A18 is #4A65E7. Grayscale: #939393. Windows color (decimal): -4875752 or 1612469. OLE color: 1612469.

HSL color Cylindrical-coordinate representation of color #B59A18: hue angle of 49.68º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B59A18 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 24 -
CMYK 0 0.15 0.87 0.29
HSL 49.68º 0.77% 0.4% -
HSV(B) 49.68º 0.87% 0.71% -
XYZ 30.78 33 5.61 -
YUV 147.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 181 154 24 0 0.15 0.87 0.29 49.68 0.77 0.4
Hex B5 9A 18 0 F 57 1D 32 4D 28
Octal 265 232 30 0 17 127 35 62 115 50
Binary 10110101 10011010 11000 0 1111 1010111 11101 110010 1001101 101000

Color Harmonies of #B59A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A18

Black with #B59A18

Text Example


Text Example

White with #B59A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A18; }

 p { color: rgb(181,154,24); }

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

background-color css

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

 a { background-color: rgb(181,154,24); }

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

border-color css

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

 span { border-color: rgb(181,154,24); }

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