Html Css Color HEX #B15941 Tuscany

📋 copy color: '#B15941'

red 177 ◦ green 89 ◦ blue 65

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

Shades of Tuscany #B15941

Tints of Tuscany #B15941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 53.47%
G = 26.89%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B15941 (or 0xB15941) is known color: Tuscany. HEX triplet: B1, 59 and 41. RGB value is (177,89,65). Sum of RGB (Red+Green+Blue) = 177+89+65=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15941 is #4EA6BE. Grayscale: #707070. Windows color (decimal): -5154495 or 4282801. OLE color: 4282801.

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

Color convert

RGB 177 89 65 -
CMYK 0 0.50 0.63 0.31
HSL 12.86º 0.46% 0.47% -
HSV(B) 12.86º 0.63% 0.69% -
XYZ 22.66 16.87 7.06 -
YUV 112.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 177 89 65 0 0.50 0.63 0.31 12.86 0.46 0.47
Hex B1 59 41 0 32 3F 1F D 2E 2F
Octal 261 131 101 0 62 77 37 15 56 57
Binary 10110001 1011001 1000001 0 110010 111111 11111 1101 101110 101111

Color Harmonies of #B15941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15941

Black with #B15941

Text Example


Text Example

White with #B15941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15941; }

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

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

background-color css

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

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

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

border-color css

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

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

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