Html Css Color HEX #B87002 Dark Goldenrod

📋 copy color: '#B87002'

red 184 ◦ green 112 ◦ blue 2

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

Shades of Dark Goldenrod #B87002

Tints of Dark Goldenrod #B87002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 61.74%
G = 37.58%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B87002 (or 0xB87002) is known color: Dark Goldenrod. HEX triplet: B8, 70 and 02. RGB value is (184,112,2). Sum of RGB (Red+Green+Blue) = 184+112+2=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B87002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87002 is #478FFD. Grayscale: #797979. Windows color (decimal): -4689918 or 159928. OLE color: 159928.

HSL color Cylindrical-coordinate representation of color #B87002: hue angle of 36.26º 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 #B87002 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 2 -
CMYK 0 0.39 0.99 0.28
HSL 36.26º 0.98% 0.36% -
HSV(B) 36.26º 0.99% 0.72% -
XYZ 25.57 21.78 2.91 -
YUV 120.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 184 112 2 0 0.39 0.99 0.28 36.26 0.98 0.36
Hex B8 70 2 0 27 63 1C 24 62 24
Octal 270 160 2 0 47 143 34 44 142 44
Binary 10111000 1110000 10 0 100111 1100011 11100 100100 1100010 100100

Color Harmonies of #B87002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87002

Black with #B87002

Text Example


Text Example

White with #B87002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87002; }

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

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

background-color css

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

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

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

border-color css

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

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

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