Html Css Color HEX #B58000 Dark Goldenrod

📋 copy color: '#B58000'

red 181 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #B58000

Tints of Dark Goldenrod #B58000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

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

R = 58.58%
G = 41.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B58000 (or 0xB58000) is known color: Dark Goldenrod. HEX triplet: B5, 80 and 00. RGB value is (181,128,0). Sum of RGB (Red+Green+Blue) = 181+128+0=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B58000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58000 is #4A7FFF. Grayscale: #818181. Windows color (decimal): -4882432 or 32949. OLE color: 32949.

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

Color convert

RGB 181 128 0 -
CMYK 0 0.29 1 0.29
HSL 42.43º 1% 0.35% -
HSV(B) 42.43º 1% 0.71% -
XYZ 26.78 25.26 3.46 -
YUV 129.26 55.06 164.91 -
System Red Green Blue C M Y K H S L
Decimal 181 128 0 0 0.29 1 0.29 42.43 1 0.35
Hex B5 80 0 0 1D 64 1D 2A 64 23
Octal 265 200 0 0 35 144 35 52 144 43
Binary 10110101 10000000 0 0 11101 1100100 11101 101010 1100100 100011

Color Harmonies of #B58000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58000

Black with #B58000

Text Example


Text Example

White with #B58000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58000; }

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

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

background-color css

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

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

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

border-color css

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

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

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