Html Css Color HEX #B59800 Dark Goldenrod

📋 copy color: '#B59800'

red 181 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #B59800

Tints of Dark Goldenrod #B59800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.35%
G = 45.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B59800 (or 0xB59800) is known color: Dark Goldenrod. HEX triplet: B5, 98 and 00. RGB value is (181,152,0). Sum of RGB (Red+Green+Blue) = 181+152+0=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B59800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59800 is #4A67FF. Grayscale: #8F8F8F. Windows color (decimal): -4876288 or 39093. OLE color: 39093.

HSL color Cylindrical-coordinate representation of color #B59800: hue angle of 50.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B59800 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 152 0 -
CMYK 0 0.16 1 0.29
HSL 50.39º 1% 0.35% -
HSV(B) 50.39º 1% 0.71% -
XYZ 30.28 32.28 4.63 -
YUV 143.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 181 152 0 0 0.16 1 0.29 50.39 1 0.35
Hex B5 98 0 0 10 64 1D 32 64 23
Octal 265 230 0 0 20 144 35 62 144 43
Binary 10110101 10011000 0 0 10000 1100100 11101 110010 1100100 100011

Color Harmonies of #B59800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59800

Black with #B59800

Text Example


Text Example

White with #B59800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59800; }

 p { color: rgb(181,152,0); }

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

background-color css

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

 a { background-color: rgb(181,152,0); }

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

border-color css

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

 span { border-color: rgb(181,152,0); }

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