Html Css Color HEX #B15A42 Tuscany

📋 copy color: '#B15A42'

red 177 ◦ green 90 ◦ blue 66

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

Shades of Tuscany #B15A42

Tints of Tuscany #B15A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 53.15%
G = 27.03%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B15A42 (or 0xB15A42) is known color: Tuscany. HEX triplet: B1, 5A and 42. RGB value is (177,90,66). Sum of RGB (Red+Green+Blue) = 177+90+66=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A42 is #4EA5BD. Grayscale: #717171. Windows color (decimal): -5154238 or 4348593. OLE color: 4348593.

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

Color convert

RGB 177 90 66 -
CMYK 0 0.49 0.63 0.31
HSL 12.97º 0.46% 0.48% -
HSV(B) 12.97º 0.63% 0.69% -
XYZ 22.77 17.05 7.25 -
YUV 113.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 177 90 66 0 0.49 0.63 0.31 12.97 0.46 0.48
Hex B1 5A 42 0 31 3F 1F D 2E 30
Octal 261 132 102 0 61 77 37 15 56 60
Binary 10110001 1011010 1000010 0 110001 111111 11111 1101 101110 110000

Color Harmonies of #B15A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A42

Black with #B15A42

Text Example


Text Example

White with #B15A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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