Html Css Color HEX #B87302 Dark Goldenrod

📋 copy color: '#B87302'

red 184 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #B87302

Tints of Dark Goldenrod #B87302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 61.13%
G = 38.21%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B87302 (or 0xB87302) is known color: Dark Goldenrod. HEX triplet: B8, 73 and 02. RGB value is (184,115,2). Sum of RGB (Red+Green+Blue) = 184+115+2=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B87302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87302 is #478CFD. Grayscale: #7B7B7B. Windows color (decimal): -4689150 or 160696. OLE color: 160696.

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

Color convert

RGB 184 115 2 -
CMYK 0 0.38 0.99 0.28
HSL 37.25º 0.98% 0.36% -
HSV(B) 37.25º 0.99% 0.72% -
XYZ 25.91 22.46 3.03 -
YUV 122.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 184 115 2 0 0.38 0.99 0.28 37.25 0.98 0.36
Hex B8 73 2 0 26 63 1C 25 62 24
Octal 270 163 2 0 46 143 34 45 142 44
Binary 10111000 1110011 10 0 100110 1100011 11100 100101 1100010 100100

Color Harmonies of #B87302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87302

Black with #B87302

Text Example


Text Example

White with #B87302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87302; }

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

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

background-color css

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

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

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

border-color css

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

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

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