Html Css Color HEX #B47511 Dark Goldenrod

📋 copy color: '#B47511'

red 180 ◦ green 117 ◦ blue 17

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

Shades of Dark Goldenrod #B47511

Tints of Dark Goldenrod #B47511

RGB

 RED value IS 180 (70.7% from 255) = 57.32%

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

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

R = 57.32%
G = 37.26%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B47511 (or 0xB47511) is known color: Dark Goldenrod. HEX triplet: B4, 75 and 11. RGB value is (180,117,17). Sum of RGB (Red+Green+Blue) = 180+117+17=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B47511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47511 is #4B8AEE. Grayscale: #7C7C7C. Windows color (decimal): -4950767 or 1144244. OLE color: 1144244.

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

Color convert

RGB 180 117 17 -
CMYK 0 0.35 0.91 0.29
HSL 36.81º 0.83% 0.39% -
HSV(B) 36.81º 0.91% 0.71% -
XYZ 25.28 22.47 3.53 -
YUV 124.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 180 117 17 0 0.35 0.91 0.29 36.81 0.83 0.39
Hex B4 75 11 0 23 5B 1D 25 53 27
Octal 264 165 21 0 43 133 35 45 123 47
Binary 10110100 1110101 10001 0 100011 1011011 11101 100101 1010011 100111

Color Harmonies of #B47511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47511

Black with #B47511

Text Example


Text Example

White with #B47511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47511; }

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

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

background-color css

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

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

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

border-color css

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

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

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