Html Css Color HEX #B59113 Buddha Gold

📋 copy color: '#B59113'

red 181 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #B59113

Tints of Buddha Gold #B59113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

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

R = 52.46%
G = 42.03%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B59113 (or 0xB59113) is known color: Buddha Gold. HEX triplet: B5, 91 and 13. RGB value is (181,145,19). Sum of RGB (Red+Green+Blue) = 181+145+19=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B59113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59113 is #4A6EEC. Grayscale: #8D8D8D. Windows color (decimal): -4878061 or 1282485. OLE color: 1282485.

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

Color convert

RGB 181 145 19 -
CMYK 0 0.20 0.90 0.29
HSL 46.67º 0.81% 0.39% -
HSV(B) 46.67º 0.9% 0.71% -
XYZ 29.3 30.12 4.89 -
YUV 141.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 181 145 19 0 0.20 0.90 0.29 46.67 0.81 0.39
Hex B5 91 13 0 14 5A 1D 2F 51 27
Octal 265 221 23 0 24 132 35 57 121 47
Binary 10110101 10010001 10011 0 10100 1011010 11101 101111 1010001 100111

Color Harmonies of #B59113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59113

Black with #B59113

Text Example


Text Example

White with #B59113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59113; }

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

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

background-color css

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

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

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

border-color css

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

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

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