Html Css Color HEX #B87202 Dark Goldenrod

📋 copy color: '#B87202'

red 184 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #B87202

Tints of Dark Goldenrod #B87202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 61.33%
G = 38%
B = 0.67%

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

#B87202 (or 0xB87202) is known color: Dark Goldenrod. HEX triplet: B8, 72 and 02. RGB value is (184,114,2). Sum of RGB (Red+Green+Blue) = 184+114+2=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B87202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87202 is #478DFD. Grayscale: #7A7A7A. Windows color (decimal): -4689406 or 160440. OLE color: 160440.

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

Color convert

RGB 184 114 2 -
CMYK 0 0.38 0.99 0.28
HSL 36.92º 0.98% 0.36% -
HSV(B) 36.92º 0.99% 0.72% -
XYZ 25.8 22.23 2.99 -
YUV 122.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 184 114 2 0 0.38 0.99 0.28 36.92 0.98 0.36
Hex B8 72 2 0 26 63 1C 25 62 24
Octal 270 162 2 0 46 143 34 45 142 44
Binary 10111000 1110010 10 0 100110 1100011 11100 100101 1100010 100100

Color Harmonies of #B87202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87202

Black with #B87202

Text Example


Text Example

White with #B87202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87202; }

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

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

background-color css

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

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

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

border-color css

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

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

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