Html Css Color HEX #B16342 Tuscany

📋 copy color: '#B16342'

red 177 ◦ green 99 ◦ blue 66

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

Shades of Tuscany #B16342

Tints of Tuscany #B16342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 51.75%
G = 28.95%
B = 19.3%

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

#B16342 (or 0xB16342) is known color: Tuscany. HEX triplet: B1, 63 and 42. RGB value is (177,99,66). Sum of RGB (Red+Green+Blue) = 177+99+66=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16342 is #4E9CBD. Grayscale: #767676. Windows color (decimal): -5151934 or 4350897. OLE color: 4350897.

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

Color convert

RGB 177 99 66 -
CMYK 0 0.44 0.63 0.31
HSL 17.84º 0.46% 0.48% -
HSV(B) 17.84º 0.63% 0.69% -
XYZ 23.58 18.66 7.51 -
YUV 118.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 177 99 66 0 0.44 0.63 0.31 17.84 0.46 0.48
Hex B1 63 42 0 2C 3F 1F 12 2E 30
Octal 261 143 102 0 54 77 37 22 56 60
Binary 10110001 1100011 1000010 0 101100 111111 11111 10010 101110 110000

Color Harmonies of #B16342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16342

Black with #B16342

Text Example


Text Example

White with #B16342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16342; }

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

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

background-color css

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

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

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

border-color css

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

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

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