Html Css Color HEX #B87402 Dark Goldenrod

📋 copy color: '#B87402'

red 184 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #B87402

Tints of Dark Goldenrod #B87402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 60.93%
G = 38.41%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B87402 (or 0xB87402) is known color: Dark Goldenrod. HEX triplet: B8, 74 and 02. RGB value is (184,116,2). Sum of RGB (Red+Green+Blue) = 184+116+2=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B87402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87402 is #478BFD. Grayscale: #7B7B7B. Windows color (decimal): -4688894 or 160952. OLE color: 160952.

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

Color convert

RGB 184 116 2 -
CMYK 0 0.37 0.99 0.28
HSL 37.58º 0.98% 0.36% -
HSV(B) 37.58º 0.99% 0.72% -
XYZ 26.02 22.69 3.06 -
YUV 123.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 184 116 2 0 0.37 0.99 0.28 37.58 0.98 0.36
Hex B8 74 2 0 25 63 1C 26 62 24
Octal 270 164 2 0 45 143 34 46 142 44
Binary 10111000 1110100 10 0 100101 1100011 11100 100110 1100010 100100

Color Harmonies of #B87402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87402

Black with #B87402

Text Example


Text Example

White with #B87402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87402; }

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

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

background-color css

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

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

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

border-color css

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

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

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