Html Css Color HEX #B16642 Tuscany

📋 copy color: '#B16642'

red 177 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #B16642

Tints of Tuscany #B16642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 51.3%
G = 29.57%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16642 (or 0xB16642) is known color: Tuscany. HEX triplet: B1, 66 and 42. RGB value is (177,102,66). Sum of RGB (Red+Green+Blue) = 177+102+66=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16642 is #4E99BD. Grayscale: #787878. Windows color (decimal): -5151166 or 4351665. OLE color: 4351665.

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

Color convert

RGB 177 102 66 -
CMYK 0 0.42 0.63 0.31
HSL 19.46º 0.46% 0.48% -
HSV(B) 19.46º 0.63% 0.69% -
XYZ 23.87 19.24 7.61 -
YUV 120.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 177 102 66 0 0.42 0.63 0.31 19.46 0.46 0.48
Hex B1 66 42 0 2A 3F 1F 13 2E 30
Octal 261 146 102 0 52 77 37 23 56 60
Binary 10110001 1100110 1000010 0 101010 111111 11111 10011 101110 110000

Color Harmonies of #B16642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16642

Black with #B16642

Text Example


Text Example

White with #B16642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16642; }

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

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

background-color css

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

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

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

border-color css

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

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

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