Html Css Color HEX #B59115 Buddha Gold

📋 copy color: '#B59115'

red 181 ◦ green 145 ◦ blue 21

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

Shades of Buddha Gold #B59115

Tints of Buddha Gold #B59115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.05%

R = 52.16%
G = 41.79%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B59115 (or 0xB59115) is known color: Buddha Gold. HEX triplet: B5, 91 and 15. RGB value is (181,145,21). Sum of RGB (Red+Green+Blue) = 181+145+21=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B59115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59115 is #4A6EEA. Grayscale: #8E8E8E. Windows color (decimal): -4878059 or 1413557. OLE color: 1413557.

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

Color convert

RGB 181 145 21 -
CMYK 0 0.20 0.88 0.29
HSL 46.5º 0.79% 0.4% -
HSV(B) 46.5º 0.88% 0.71% -
XYZ 29.32 30.13 4.98 -
YUV 141.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 181 145 21 0 0.20 0.88 0.29 46.5 0.79 0.4
Hex B5 91 15 0 14 58 1D 2E 4F 28
Octal 265 221 25 0 24 130 35 56 117 50
Binary 10110101 10010001 10101 0 10100 1011000 11101 101110 1001111 101000

Color Harmonies of #B59115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59115

Black with #B59115

Text Example


Text Example

White with #B59115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59115; }

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

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

background-color css

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

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

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

border-color css

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

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

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