Html Css Color HEX #B59119 Buddha Gold

📋 copy color: '#B59119'

red 181 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #B59119

Tints of Buddha Gold #B59119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.12%

R = 51.57%
G = 41.31%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B59119 (or 0xB59119) is known color: Buddha Gold. HEX triplet: B5, 91 and 19. RGB value is (181,145,25). Sum of RGB (Red+Green+Blue) = 181+145+25=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B59119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59119 is #4A6EE6. Grayscale: #8E8E8E. Windows color (decimal): -4878055 or 1675701. OLE color: 1675701.

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

Color convert

RGB 181 145 25 -
CMYK 0 0.20 0.86 0.29
HSL 46.15º 0.76% 0.4% -
HSV(B) 46.15º 0.86% 0.71% -
XYZ 29.36 30.14 5.19 -
YUV 142.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 181 145 25 0 0.20 0.86 0.29 46.15 0.76 0.4
Hex B5 91 19 0 14 56 1D 2E 4C 28
Octal 265 221 31 0 24 126 35 56 114 50
Binary 10110101 10010001 11001 0 10100 1010110 11101 101110 1001100 101000

Color Harmonies of #B59119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59119

Black with #B59119

Text Example


Text Example

White with #B59119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59119; }

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

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

background-color css

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

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

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

border-color css

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

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

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