Html Css Color HEX #B16341 Tuscany

📋 copy color: '#B16341'

red 177 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #B16341

Tints of Tuscany #B16341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 51.91%
G = 29.03%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16341 (or 0xB16341) is known color: Tuscany. HEX triplet: B1, 63 and 41. RGB value is (177,99,65). Sum of RGB (Red+Green+Blue) = 177+99+65=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B16341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16341 is #4E9CBE. Grayscale: #767676. Windows color (decimal): -5151935 or 4285361. OLE color: 4285361.

HSL color Cylindrical-coordinate representation of color #B16341: hue angle of 18.21º 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 #B16341 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 99 65 -
CMYK 0 0.44 0.63 0.31
HSL 18.21º 0.46% 0.47% -
HSV(B) 18.21º 0.63% 0.69% -
XYZ 23.55 18.65 7.36 -
YUV 118.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 177 99 65 0 0.44 0.63 0.31 18.21 0.46 0.47
Hex B1 63 41 0 2C 3F 1F 12 2E 2F
Octal 261 143 101 0 54 77 37 22 56 57
Binary 10110001 1100011 1000001 0 101100 111111 11111 10010 101110 101111

Color Harmonies of #B16341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16341

Black with #B16341

Text Example


Text Example

White with #B16341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16341; }

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

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

background-color css

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

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

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

border-color css

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

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

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