Html Css Color HEX #B15C40 Tuscany

📋 copy color: '#B15C40'

red 177 ◦ green 92 ◦ blue 64

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

Shades of Tuscany #B15C40

Tints of Tuscany #B15C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 53.15%
G = 27.63%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15C40 (or 0xB15C40) is known color: Tuscany. HEX triplet: B1, 5C and 40. RGB value is (177,92,64). Sum of RGB (Red+Green+Blue) = 177+92+64=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C40 is #4EA3BF. Grayscale: #727272. Windows color (decimal): -5153728 or 4218033. OLE color: 4218033.

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

Color convert

RGB 177 92 64 -
CMYK 0 0.48 0.64 0.31
HSL 14.87º 0.47% 0.47% -
HSV(B) 14.87º 0.64% 0.69% -
XYZ 22.88 17.37 7 -
YUV 114.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 177 92 64 0 0.48 0.64 0.31 14.87 0.47 0.47
Hex B1 5C 40 0 30 40 1F F 2F 2F
Octal 261 134 100 0 60 100 37 17 57 57
Binary 10110001 1011100 1000000 0 110000 1000000 11111 1111 101111 101111

Color Harmonies of #B15C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C40

Black with #B15C40

Text Example


Text Example

White with #B15C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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