Html Css Color HEX #B87601 Dark Goldenrod

📋 copy color: '#B87601'

red 184 ◦ green 118 ◦ blue 1

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

Shades of Dark Goldenrod #B87601

Tints of Dark Goldenrod #B87601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

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

R = 60.73%
G = 38.94%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B87601 (or 0xB87601) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 01. RGB value is (184,118,1). Sum of RGB (Red+Green+Blue) = 184+118+1=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B87601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87601 is #4789FE. Grayscale: #7C7C7C. Windows color (decimal): -4688383 or 95928. OLE color: 95928.

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

Color convert

RGB 184 118 1 -
CMYK 0 0.36 0.99 0.28
HSL 38.36º 0.99% 0.36% -
HSV(B) 38.36º 0.99% 0.72% -
XYZ 26.25 23.15 3.11 -
YUV 124.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 184 118 1 0 0.36 0.99 0.28 38.36 0.99 0.36
Hex B8 76 1 0 24 63 1C 26 63 24
Octal 270 166 1 0 44 143 34 46 143 44
Binary 10111000 1110110 1 0 100100 1100011 11100 100110 1100011 100100

Color Harmonies of #B87601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87601

Black with #B87601

Text Example


Text Example

White with #B87601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87601; }

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

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

background-color css

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

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

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

border-color css

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

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

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