Html Css Color HEX #B16541 Tuscany

📋 copy color: '#B16541'

red 177 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #B16541

Tints of Tuscany #B16541

RGB

 RED value IS 177 (69.53% from 255) = 51.6%

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 51.6%
G = 29.45%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16541 (or 0xB16541) is known color: Tuscany. HEX triplet: B1, 65 and 41. RGB value is (177,101,65). Sum of RGB (Red+Green+Blue) = 177+101+65=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16541 is #4E9ABE. Grayscale: #777777. Windows color (decimal): -5151423 or 4285873. OLE color: 4285873.

HSL color Cylindrical-coordinate representation of color #B16541: hue angle of 19.29º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B16541 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 65 -
CMYK 0 0.43 0.63 0.31
HSL 19.29º 0.46% 0.47% -
HSV(B) 19.29º 0.63% 0.69% -
XYZ 23.74 19.04 7.42 -
YUV 119.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 177 101 65 0 0.43 0.63 0.31 19.29 0.46 0.47
Hex B1 65 41 0 2B 3F 1F 13 2E 2F
Octal 261 145 101 0 53 77 37 23 56 57
Binary 10110001 1100101 1000001 0 101011 111111 11111 10011 101110 101111

Color Harmonies of #B16541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16541

Black with #B16541

Text Example


Text Example

White with #B16541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16541; }

 p { color: rgb(177,101,65); }

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

background-color css

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

 a { background-color: rgb(177,101,65); }

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

border-color css

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

 span { border-color: rgb(177,101,65); }

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