Html Css Color HEX #B59A12 Buddha Gold

📋 copy color: '#B59A12'

red 181 ◦ green 154 ◦ blue 18

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

Shades of Buddha Gold #B59A12

Tints of Buddha Gold #B59A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 51.27%
G = 43.63%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B59A12 (or 0xB59A12) is known color: Buddha Gold. HEX triplet: B5, 9A and 12. RGB value is (181,154,18). Sum of RGB (Red+Green+Blue) = 181+154+18=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59A12 is #4A65ED. Grayscale: #939393. Windows color (decimal): -4875758 or 1219253. OLE color: 1219253.

HSL color Cylindrical-coordinate representation of color #B59A12: hue angle of 50.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B59A12 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 18 -
CMYK 0 0.15 0.90 0.29
HSL 50.06º 0.82% 0.39% -
HSV(B) 50.06º 0.9% 0.71% -
XYZ 30.72 32.98 5.32 -
YUV 146.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 181 154 18 0 0.15 0.90 0.29 50.06 0.82 0.39
Hex B5 9A 12 0 F 5A 1D 32 52 27
Octal 265 232 22 0 17 132 35 62 122 47
Binary 10110101 10011010 10010 0 1111 1011010 11101 110010 1010010 100111

Color Harmonies of #B59A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A12

Black with #B59A12

Text Example


Text Example

White with #B59A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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