Html Css Color HEX #B77C11 Dark Goldenrod

📋 copy color: '#B77C11'

red 183 ◦ green 124 ◦ blue 17

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

Shades of Dark Goldenrod #B77C11

Tints of Dark Goldenrod #B77C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.27%

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

R = 56.48%
G = 38.27%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B77C11 (or 0xB77C11) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 11. RGB value is (183,124,17). Sum of RGB (Red+Green+Blue) = 183+124+17=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C11 is #4883EE. Grayscale: #818181. Windows color (decimal): -4752367 or 1146039. OLE color: 1146039.

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

Color convert

RGB 183 124 17 -
CMYK 0 0.32 0.91 0.28
HSL 38.67º 0.83% 0.39% -
HSV(B) 38.67º 0.91% 0.72% -
XYZ 26.84 24.52 3.85 -
YUV 129.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 183 124 17 0 0.32 0.91 0.28 38.67 0.83 0.39
Hex B7 7C 11 0 20 5B 1C 27 53 27
Octal 267 174 21 0 40 133 34 47 123 47
Binary 10110111 1111100 10001 0 100000 1011011 11100 100111 1010011 100111

Color Harmonies of #B77C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C11

Black with #B77C11

Text Example


Text Example

White with #B77C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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