Html Css Color HEX #B15840 Tuscany

📋 copy color: '#B15840'

red 177 ◦ green 88 ◦ blue 64

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

Shades of Tuscany #B15840

Tints of Tuscany #B15840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 53.8%
G = 26.75%
B = 19.45%

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

#B15840 (or 0xB15840) is known color: Tuscany. HEX triplet: B1, 58 and 40. RGB value is (177,88,64). Sum of RGB (Red+Green+Blue) = 177+88+64=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B15840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15840 is #4EA7BF. Grayscale: #707070. Windows color (decimal): -5154752 or 4217009. OLE color: 4217009.

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

Color convert

RGB 177 88 64 -
CMYK 0 0.50 0.64 0.31
HSL 12.74º 0.47% 0.47% -
HSV(B) 12.74º 0.64% 0.69% -
XYZ 22.55 16.7 6.88 -
YUV 111.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 177 88 64 0 0.50 0.64 0.31 12.74 0.47 0.47
Hex B1 58 40 0 32 40 1F D 2F 2F
Octal 261 130 100 0 62 100 37 15 57 57
Binary 10110001 1011000 1000000 0 110010 1000000 11111 1101 101111 101111

Color Harmonies of #B15840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15840

Black with #B15840

Text Example


Text Example

White with #B15840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15840; }

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

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

background-color css

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

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

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

border-color css

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

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

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