Html Css Color HEX #B15C46 Tuscany

📋 copy color: '#B15C46'

red 177 ◦ green 92 ◦ blue 70

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

Shades of Tuscany #B15C46

Tints of Tuscany #B15C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 52.21%
G = 27.14%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B15C46 (or 0xB15C46) is known color: Tuscany. HEX triplet: B1, 5C and 46. RGB value is (177,92,70). Sum of RGB (Red+Green+Blue) = 177+92+70=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C46 is #4EA3B9. Grayscale: #737373. Windows color (decimal): -5153722 or 4611249. OLE color: 4611249.

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

Color convert

RGB 177 92 70 -
CMYK 0 0.48 0.60 0.31
HSL 12.34º 0.43% 0.48% -
HSV(B) 12.34º 0.6% 0.69% -
XYZ 23.06 17.44 7.95 -
YUV 114.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 177 92 70 0 0.48 0.60 0.31 12.34 0.43 0.48
Hex B1 5C 46 0 30 3C 1F C 2B 30
Octal 261 134 106 0 60 74 37 14 53 60
Binary 10110001 1011100 1000110 0 110000 111100 11111 1100 101011 110000

Color Harmonies of #B15C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C46

Black with #B15C46

Text Example


Text Example

White with #B15C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C46; }

 p { color: rgb(177,92,70); }

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

background-color css

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

 a { background-color: rgb(177,92,70); }

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

border-color css

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

 span { border-color: rgb(177,92,70); }

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