Html Css Color HEX #B15E44 Tuscany

📋 copy color: '#B15E44'

red 177 ◦ green 94 ◦ blue 68

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

Shades of Tuscany #B15E44

Tints of Tuscany #B15E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 52.21%
G = 27.73%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B15E44 (or 0xB15E44) is known color: Tuscany. HEX triplet: B1, 5E and 44. RGB value is (177,94,68). Sum of RGB (Red+Green+Blue) = 177+94+68=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E44 is #4EA1BB. Grayscale: #747474. Windows color (decimal): -5153212 or 4480689. OLE color: 4480689.

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

Color convert

RGB 177 94 68 -
CMYK 0 0.47 0.62 0.31
HSL 14.31º 0.44% 0.48% -
HSV(B) 14.31º 0.62% 0.69% -
XYZ 23.18 17.77 7.68 -
YUV 115.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 177 94 68 0 0.47 0.62 0.31 14.31 0.44 0.48
Hex B1 5E 44 0 2F 3E 1F E 2C 30
Octal 261 136 104 0 57 76 37 16 54 60
Binary 10110001 1011110 1000100 0 101111 111110 11111 1110 101100 110000

Color Harmonies of #B15E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15E44

Black with #B15E44

Text Example


Text Example

White with #B15E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15E44; }

 p { color: rgb(177,94,68); }

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

background-color css

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

 a { background-color: rgb(177,94,68); }

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

border-color css

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

 span { border-color: rgb(177,94,68); }

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