Html Css Color HEX #B16043 Tuscany

📋 copy color: '#B16043'

red 177 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #B16043

Tints of Tuscany #B16043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 52.06%
G = 28.24%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16043 (or 0xB16043) is known color: Tuscany. HEX triplet: B1, 60 and 43. RGB value is (177,96,67). Sum of RGB (Red+Green+Blue) = 177+96+67=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B16043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16043 is #4E9FBC. Grayscale: #757575. Windows color (decimal): -5152701 or 4415665. OLE color: 4415665.

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

Color convert

RGB 177 96 67 -
CMYK 0 0.46 0.62 0.31
HSL 15.82º 0.45% 0.48% -
HSV(B) 15.82º 0.62% 0.69% -
XYZ 23.33 18.12 7.58 -
YUV 116.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 177 96 67 0 0.46 0.62 0.31 15.82 0.45 0.48
Hex B1 60 43 0 2E 3E 1F 10 2D 30
Octal 261 140 103 0 56 76 37 20 55 60
Binary 10110001 1100000 1000011 0 101110 111110 11111 10000 101101 110000

Color Harmonies of #B16043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16043

Black with #B16043

Text Example


Text Example

White with #B16043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16043; }

 p { color: rgb(177,96,67); }

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

background-color css

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

 a { background-color: rgb(177,96,67); }

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

border-color css

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

 span { border-color: rgb(177,96,67); }

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