Html Css Color HEX #B58700 Dark Goldenrod

📋 copy color: '#B58700'

red 181 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #B58700

Tints of Dark Goldenrod #B58700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 57.28%
G = 42.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B58700 (or 0xB58700) is known color: Dark Goldenrod. HEX triplet: B5, 87 and 00. RGB value is (181,135,0). Sum of RGB (Red+Green+Blue) = 181+135+0=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B58700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58700 is #4A78FF. Grayscale: #858585. Windows color (decimal): -4880640 or 34741. OLE color: 34741.

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

Color convert

RGB 181 135 0 -
CMYK 0 0.25 1 0.29
HSL 44.75º 1% 0.35% -
HSV(B) 44.75º 1% 0.71% -
XYZ 27.72 27.15 3.78 -
YUV 133.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 181 135 0 0 0.25 1 0.29 44.75 1 0.35
Hex B5 87 0 0 19 64 1D 2D 64 23
Octal 265 207 0 0 31 144 35 55 144 43
Binary 10110101 10000111 0 0 11001 1100100 11101 101101 1100100 100011

Color Harmonies of #B58700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58700

Black with #B58700

Text Example


Text Example

White with #B58700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58700; }

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

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

background-color css

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

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

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

border-color css

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

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

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