Html Css Color HEX #B77411 Dark Goldenrod

📋 copy color: '#B77411'

red 183 ◦ green 116 ◦ blue 17

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

Shades of Dark Goldenrod #B77411

Tints of Dark Goldenrod #B77411

RGB

 RED value IS 183 (71.88% from 255) = 57.91%

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

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

R = 57.91%
G = 36.71%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B77411 (or 0xB77411) is known color: Dark Goldenrod. HEX triplet: B7, 74 and 11. RGB value is (183,116,17). Sum of RGB (Red+Green+Blue) = 183+116+17=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B77411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77411 is #488BEE. Grayscale: #7D7D7D. Windows color (decimal): -4754415 or 1143991. OLE color: 1143991.

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

Color convert

RGB 183 116 17 -
CMYK 0 0.37 0.91 0.28
HSL 35.78º 0.83% 0.39% -
HSV(B) 35.78º 0.91% 0.72% -
XYZ 25.88 22.6 3.53 -
YUV 124.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 183 116 17 0 0.37 0.91 0.28 35.78 0.83 0.39
Hex B7 74 11 0 25 5B 1C 24 53 27
Octal 267 164 21 0 45 133 34 44 123 47
Binary 10110111 1110100 10001 0 100101 1011011 11100 100100 1010011 100111

Color Harmonies of #B77411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77411

Black with #B77411

Text Example


Text Example

White with #B77411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77411; }

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

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

background-color css

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

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

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

border-color css

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

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

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