Html Css Color HEX #B15940 Tuscany

📋 copy color: '#B15940'

red 177 ◦ green 89 ◦ blue 64

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

Shades of Tuscany #B15940

Tints of Tuscany #B15940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 53.64%
G = 26.97%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15940 (or 0xB15940) is known color: Tuscany. HEX triplet: B1, 59 and 40. RGB value is (177,89,64). Sum of RGB (Red+Green+Blue) = 177+89+64=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B15940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15940 is #4EA6BF. Grayscale: #707070. Windows color (decimal): -5154496 or 4217265. OLE color: 4217265.

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

Color convert

RGB 177 89 64 -
CMYK 0 0.50 0.64 0.31
HSL 13.27º 0.47% 0.47% -
HSV(B) 13.27º 0.64% 0.69% -
XYZ 22.63 16.86 6.91 -
YUV 112.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 177 89 64 0 0.50 0.64 0.31 13.27 0.47 0.47
Hex B1 59 40 0 32 40 1F D 2F 2F
Octal 261 131 100 0 62 100 37 15 57 57
Binary 10110001 1011001 1000000 0 110010 1000000 11111 1101 101111 101111

Color Harmonies of #B15940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15940

Black with #B15940

Text Example


Text Example

White with #B15940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15940; }

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

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

background-color css

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

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

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

border-color css

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

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

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