Html Css Color HEX #B37511 Dark Goldenrod

📋 copy color: '#B37511'

red 179 ◦ green 117 ◦ blue 17

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

Shades of Dark Goldenrod #B37511

Tints of Dark Goldenrod #B37511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 57.19%
G = 37.38%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B37511 (or 0xB37511) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 11. RGB value is (179,117,17). Sum of RGB (Red+Green+Blue) = 179+117+17=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B37511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37511 is #4C8AEE. Grayscale: #7C7C7C. Windows color (decimal): -5016303 or 1144243. OLE color: 1144243.

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

Color convert

RGB 179 117 17 -
CMYK 0 0.35 0.91 0.30
HSL 37.04º 0.83% 0.38% -
HSV(B) 37.04º 0.91% 0.7% -
XYZ 25.05 22.35 3.52 -
YUV 124.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 179 117 17 0 0.35 0.91 0.30 37.04 0.83 0.38
Hex B3 75 11 0 23 5B 1E 25 53 26
Octal 263 165 21 0 43 133 36 45 123 46
Binary 10110011 1110101 10001 0 100011 1011011 11110 100101 1010011 100110

Color Harmonies of #B37511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37511

Black with #B37511

Text Example


Text Example

White with #B37511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37511; }

 p { color: rgb(179,117,17); }

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

background-color css

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

 a { background-color: rgb(179,117,17); }

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

border-color css

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

 span { border-color: rgb(179,117,17); }

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