Html Css Color HEX #B87401 Dark Goldenrod

📋 copy color: '#B87401'

red 184 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #B87401

Tints of Dark Goldenrod #B87401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 61.13%
G = 38.54%
B = 0.33%

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

#B87401 (or 0xB87401) is known color: Dark Goldenrod. HEX triplet: B8, 74 and 01. RGB value is (184,116,1). Sum of RGB (Red+Green+Blue) = 184+116+1=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B87401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87401 is #478BFE. Grayscale: #7B7B7B. Windows color (decimal): -4688895 or 95416. OLE color: 95416.

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

Color convert

RGB 184 116 1 -
CMYK 0 0.37 0.99 0.28
HSL 37.7º 0.99% 0.36% -
HSV(B) 37.7º 0.99% 0.72% -
XYZ 26.02 22.68 3.04 -
YUV 123.22 59.03 171.35 -
System Red Green Blue C M Y K H S L
Decimal 184 116 1 0 0.37 0.99 0.28 37.7 0.99 0.36
Hex B8 74 1 0 25 63 1C 26 63 24
Octal 270 164 1 0 45 143 34 46 143 44
Binary 10111000 1110100 1 0 100101 1100011 11100 100110 1100011 100100

Color Harmonies of #B87401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87401

Black with #B87401

Text Example


Text Example

White with #B87401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87401; }

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

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

background-color css

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

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

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

border-color css

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

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

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