Html Css Color HEX #B16340 Tuscany

📋 copy color: '#B16340'

red 177 ◦ green 99 ◦ blue 64

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

Shades of Tuscany #B16340

Tints of Tuscany #B16340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 52.06%
G = 29.12%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B16340 (or 0xB16340) is known color: Tuscany. HEX triplet: B1, 63 and 40. RGB value is (177,99,64). Sum of RGB (Red+Green+Blue) = 177+99+64=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B16340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16340 is #4E9CBF. Grayscale: #767676. Windows color (decimal): -5151936 or 4219825. OLE color: 4219825.

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

Color convert

RGB 177 99 64 -
CMYK 0 0.44 0.64 0.31
HSL 18.58º 0.47% 0.47% -
HSV(B) 18.58º 0.64% 0.69% -
XYZ 23.52 18.64 7.21 -
YUV 118.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 177 99 64 0 0.44 0.64 0.31 18.58 0.47 0.47
Hex B1 63 40 0 2C 40 1F 13 2F 2F
Octal 261 143 100 0 54 100 37 23 57 57
Binary 10110001 1100011 1000000 0 101100 1000000 11111 10011 101111 101111

Color Harmonies of #B16340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16340

Black with #B16340

Text Example


Text Example

White with #B16340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16340; }

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

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

background-color css

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

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

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

border-color css

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

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

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