Html Css Color HEX #B59813 Buddha Gold

📋 copy color: '#B59813'

red 181 ◦ green 152 ◦ blue 19

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

Shades of Buddha Gold #B59813

Tints of Buddha Gold #B59813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

 BLUE value IS 19 (7.81% from 255) = 5.4%

R = 51.42%
G = 43.18%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B59813 (or 0xB59813) is known color: Buddha Gold. HEX triplet: B5, 98 and 13. RGB value is (181,152,19). Sum of RGB (Red+Green+Blue) = 181+152+19=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B59813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59813 is #4A67EC. Grayscale: #929292. Windows color (decimal): -4876269 or 1284277. OLE color: 1284277.

HSL color Cylindrical-coordinate representation of color #B59813: hue angle of 49.26º degrees, saturation: 0.81, 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 #B59813 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 152 19 -
CMYK 0 0.16 0.90 0.29
HSL 49.26º 0.81% 0.39% -
HSV(B) 49.26º 0.9% 0.71% -
XYZ 30.4 32.33 5.25 -
YUV 145.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 181 152 19 0 0.16 0.90 0.29 49.26 0.81 0.39
Hex B5 98 13 0 10 5A 1D 31 51 27
Octal 265 230 23 0 20 132 35 61 121 47
Binary 10110101 10011000 10011 0 10000 1011010 11101 110001 1010001 100111

Color Harmonies of #B59813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59813

Black with #B59813

Text Example


Text Example

White with #B59813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59813; }

 p { color: rgb(181,152,19); }

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

background-color css

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

 a { background-color: rgb(181,152,19); }

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

border-color css

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

 span { border-color: rgb(181,152,19); }

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