Html Css Color HEX #B37801 Dark Goldenrod

📋 copy color: '#B37801'

red 179 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #B37801

Tints of Dark Goldenrod #B37801

RGB

 RED value IS 179 (70.31% from 255) = 59.67%

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 59.67%
G = 40%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B37801 (or 0xB37801) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 01. RGB value is (179,120,1). Sum of RGB (Red+Green+Blue) = 179+120+1=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B37801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37801 is #4C87FE. Grayscale: #7C7C7C. Windows color (decimal): -5015551 or 96435. OLE color: 96435.

HSL color Cylindrical-coordinate representation of color #B37801: hue angle of 40.11º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B37801 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 1 -
CMYK 0 0.33 0.99 0.30
HSL 40.11º 0.99% 0.35% -
HSV(B) 40.11º 0.99% 0.7% -
XYZ 25.31 23.02 3.14 -
YUV 124.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 179 120 1 0 0.33 0.99 0.30 40.11 0.99 0.35
Hex B3 78 1 0 21 63 1E 28 63 23
Octal 263 170 1 0 41 143 36 50 143 43
Binary 10110011 1111000 1 0 100001 1100011 11110 101000 1100011 100011

Color Harmonies of #B37801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37801

Black with #B37801

Text Example


Text Example

White with #B37801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37801; }

 p { color: rgb(179,120,1); }

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

background-color css

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

 a { background-color: rgb(179,120,1); }

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

border-color css

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

 span { border-color: rgb(179,120,1); }

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