Html Css Color HEX #B87200 Dark Goldenrod

📋 copy color: '#B87200'

red 184 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #B87200

Tints of Dark Goldenrod #B87200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.74%
G = 38.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B87200 (or 0xB87200) is known color: Dark Goldenrod. HEX triplet: B8, 72 and 00. RGB value is (184,114,0). Sum of RGB (Red+Green+Blue) = 184+114+0=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B87200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87200 is #478DFF. Grayscale: #7A7A7A. Windows color (decimal): -4689408 or 29368. OLE color: 29368.

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

Color convert

RGB 184 114 0 -
CMYK 0 0.38 1 0.28
HSL 37.17º 1% 0.36% -
HSV(B) 37.17º 1% 0.72% -
XYZ 25.78 22.22 2.93 -
YUV 121.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 184 114 0 0 0.38 1 0.28 37.17 1 0.36
Hex B8 72 0 0 26 64 1C 25 64 24
Octal 270 162 0 0 46 144 34 45 144 44
Binary 10111000 1110010 0 0 100110 1100100 11100 100101 1100100 100100

Color Harmonies of #B87200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87200

Black with #B87200

Text Example


Text Example

White with #B87200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87200; }

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

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

background-color css

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

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

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

border-color css

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

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

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