Html Css Color HEX #B87101 Dark Goldenrod

📋 copy color: '#B87101'

red 184 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #B87101

Tints of Dark Goldenrod #B87101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 61.74%
G = 37.92%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B87101 (or 0xB87101) is known color: Dark Goldenrod. HEX triplet: B8, 71 and 01. RGB value is (184,113,1). Sum of RGB (Red+Green+Blue) = 184+113+1=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B87101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87101 is #478EFE. Grayscale: #797979. Windows color (decimal): -4689663 or 94648. OLE color: 94648.

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

Color convert

RGB 184 113 1 -
CMYK 0 0.39 0.99 0.28
HSL 36.72º 0.99% 0.36% -
HSV(B) 36.72º 0.99% 0.72% -
XYZ 25.68 22 2.92 -
YUV 121.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 184 113 1 0 0.39 0.99 0.28 36.72 0.99 0.36
Hex B8 71 1 0 27 63 1C 25 63 24
Octal 270 161 1 0 47 143 34 45 143 44
Binary 10111000 1110001 1 0 100111 1100011 11100 100101 1100011 100100

Color Harmonies of #B87101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87101

Black with #B87101

Text Example


Text Example

White with #B87101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87101; }

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

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

background-color css

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

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

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

border-color css

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

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

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