Html Css Color HEX #B15943 Tuscany

📋 copy color: '#B15943'

red 177 ◦ green 89 ◦ blue 67

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

Shades of Tuscany #B15943

Tints of Tuscany #B15943

RGB

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

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

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

R = 53.15%
G = 26.73%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B15943 (or 0xB15943) is known color: Tuscany. HEX triplet: B1, 59 and 43. RGB value is (177,89,67). Sum of RGB (Red+Green+Blue) = 177+89+67=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15943 is #4EA6BC. Grayscale: #707070. Windows color (decimal): -5154493 or 4413873. OLE color: 4413873.

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

Color convert

RGB 177 89 67 -
CMYK 0 0.50 0.62 0.31
HSL 12º 0.45% 0.48% -
HSV(B) 12º 0.62% 0.69% -
XYZ 22.72 16.9 7.37 -
YUV 112.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 177 89 67 0 0.50 0.62 0.31 12 0.45 0.48
Hex B1 59 43 0 32 3E 1F C 2D 30
Octal 261 131 103 0 62 76 37 14 55 60
Binary 10110001 1011001 1000011 0 110010 111110 11111 1100 101101 110000

Color Harmonies of #B15943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15943

Black with #B15943

Text Example


Text Example

White with #B15943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15943; }

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

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

background-color css

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

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

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

border-color css

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

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

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