Html Css Color HEX #B59619 Buddha Gold

📋 copy color: '#B59619'

red 181 ◦ green 150 ◦ blue 25

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

Shades of Buddha Gold #B59619

Tints of Buddha Gold #B59619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 50.84%
G = 42.13%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B59619 (or 0xB59619) is known color: Buddha Gold. HEX triplet: B5, 96 and 19. RGB value is (181,150,25). Sum of RGB (Red+Green+Blue) = 181+150+25=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B59619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59619 is #4A69E6. Grayscale: #919191. Windows color (decimal): -4876775 or 1676981. OLE color: 1676981.

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

Color convert

RGB 181 150 25 -
CMYK 0 0.17 0.86 0.29
HSL 48.08º 0.76% 0.4% -
HSV(B) 48.08º 0.86% 0.71% -
XYZ 30.14 31.71 5.45 -
YUV 145.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 181 150 25 0 0.17 0.86 0.29 48.08 0.76 0.4
Hex B5 96 19 0 11 56 1D 30 4C 28
Octal 265 226 31 0 21 126 35 60 114 50
Binary 10110101 10010110 11001 0 10001 1010110 11101 110000 1001100 101000

Color Harmonies of #B59619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59619

Black with #B59619

Text Example


Text Example

White with #B59619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59619; }

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

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

background-color css

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

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

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

border-color css

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

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

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