Html Css Color HEX #B87602 Dark Goldenrod

📋 copy color: '#B87602'

red 184 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #B87602

Tints of Dark Goldenrod #B87602

RGB

 RED value IS 184 (72.27% from 255) = 60.53%

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 60.53%
G = 38.82%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B87602 (or 0xB87602) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 02. RGB value is (184,118,2). Sum of RGB (Red+Green+Blue) = 184+118+2=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B87602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87602 is #4789FD. Grayscale: #7D7D7D. Windows color (decimal): -4688382 or 161464. OLE color: 161464.

HSL color Cylindrical-coordinate representation of color #B87602: hue angle of 38.24º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B87602 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 2 -
CMYK 0 0.36 0.99 0.28
HSL 38.24º 0.98% 0.36% -
HSV(B) 38.24º 0.99% 0.72% -
XYZ 26.26 23.15 3.14 -
YUV 124.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 184 118 2 0 0.36 0.99 0.28 38.24 0.98 0.36
Hex B8 76 2 0 24 63 1C 26 62 24
Octal 270 166 2 0 44 143 34 46 142 44
Binary 10111000 1110110 10 0 100100 1100011 11100 100110 1100010 100100

Color Harmonies of #B87602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87602

Black with #B87602

Text Example


Text Example

White with #B87602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87602; }

 p { color: rgb(184,118,2); }

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

background-color css

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

 a { background-color: rgb(184,118,2); }

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

border-color css

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

 span { border-color: rgb(184,118,2); }

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