Html Css Color HEX #B59519 Buddha Gold

📋 copy color: '#B59519'

red 181 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #B59519

Tints of Buddha Gold #B59519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 50.99%
G = 41.97%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B59519 (or 0xB59519) is known color: Buddha Gold. HEX triplet: B5, 95 and 19. RGB value is (181,149,25). Sum of RGB (Red+Green+Blue) = 181+149+25=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B59519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59519 is #4A6AE6. Grayscale: #909090. Windows color (decimal): -4877031 or 1676725. OLE color: 1676725.

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

Color convert

RGB 181 149 25 -
CMYK 0 0.18 0.86 0.29
HSL 47.69º 0.76% 0.4% -
HSV(B) 47.69º 0.86% 0.71% -
XYZ 29.98 31.39 5.4 -
YUV 144.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 181 149 25 0 0.18 0.86 0.29 47.69 0.76 0.4
Hex B5 95 19 0 12 56 1D 30 4C 28
Octal 265 225 31 0 22 126 35 60 114 50
Binary 10110101 10010101 11001 0 10010 1010110 11101 110000 1001100 101000

Color Harmonies of #B59519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59519

Black with #B59519

Text Example


Text Example

White with #B59519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59519; }

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

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

background-color css

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

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

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

border-color css

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

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

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