Html Css Color HEX #B59019 Buddha Gold

📋 copy color: '#B59019'

red 181 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #B59019

Tints of Buddha Gold #B59019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

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

R = 51.71%
G = 41.14%
B = 7.14%

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

#B59019 (or 0xB59019) is known color: Buddha Gold. HEX triplet: B5, 90 and 19. RGB value is (181,144,25). Sum of RGB (Red+Green+Blue) = 181+144+25=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B59019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59019 is #4A6FE6. Grayscale: #8E8E8E. Windows color (decimal): -4878311 or 1675445. OLE color: 1675445.

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

Color convert

RGB 181 144 25 -
CMYK 0 0.20 0.86 0.29
HSL 45.77º 0.76% 0.4% -
HSV(B) 45.77º 0.86% 0.71% -
XYZ 29.2 29.84 5.14 -
YUV 141.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 181 144 25 0 0.20 0.86 0.29 45.77 0.76 0.4
Hex B5 90 19 0 14 56 1D 2E 4C 28
Octal 265 220 31 0 24 126 35 56 114 50
Binary 10110101 10010000 11001 0 10100 1010110 11101 101110 1001100 101000

Color Harmonies of #B59019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59019

Black with #B59019

Text Example


Text Example

White with #B59019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59019; }

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

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

background-color css

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

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

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

border-color css

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

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

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