Html Css Color HEX #B47411 Dark Goldenrod

📋 copy color: '#B47411'

red 180 ◦ green 116 ◦ blue 17

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

Shades of Dark Goldenrod #B47411

Tints of Dark Goldenrod #B47411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 57.51%
G = 37.06%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B47411 (or 0xB47411) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 11. RGB value is (180,116,17). Sum of RGB (Red+Green+Blue) = 180+116+17=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B47411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47411 is #4B8BEE. Grayscale: #7C7C7C. Windows color (decimal): -4951023 or 1143988. OLE color: 1143988.

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

Color convert

RGB 180 116 17 -
CMYK 0 0.36 0.91 0.29
HSL 36.44º 0.83% 0.39% -
HSV(B) 36.44º 0.91% 0.71% -
XYZ 25.17 22.23 3.5 -
YUV 123.85 67.7 168.05 -
System Red Green Blue C M Y K H S L
Decimal 180 116 17 0 0.36 0.91 0.29 36.44 0.83 0.39
Hex B4 74 11 0 24 5B 1D 24 53 27
Octal 264 164 21 0 44 133 35 44 123 47
Binary 10110100 1110100 10001 0 100100 1011011 11101 100100 1010011 100111

Color Harmonies of #B47411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47411

Black with #B47411

Text Example


Text Example

White with #B47411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47411; }

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

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

background-color css

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

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

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

border-color css

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

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

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