Html Css Color HEX #B16441 Tuscany

📋 copy color: '#B16441'

red 177 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #B16441

Tints of Tuscany #B16441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 51.75%
G = 29.24%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16441 (or 0xB16441) is known color: Tuscany. HEX triplet: B1, 64 and 41. RGB value is (177,100,65). Sum of RGB (Red+Green+Blue) = 177+100+65=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16441 is #4E9BBE. Grayscale: #777777. Windows color (decimal): -5151679 or 4285617. OLE color: 4285617.

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

Color convert

RGB 177 100 65 -
CMYK 0 0.44 0.63 0.31
HSL 18.75º 0.46% 0.47% -
HSV(B) 18.75º 0.63% 0.69% -
XYZ 23.64 18.84 7.39 -
YUV 119.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 177 100 65 0 0.44 0.63 0.31 18.75 0.46 0.47
Hex B1 64 41 0 2C 3F 1F 13 2E 2F
Octal 261 144 101 0 54 77 37 23 56 57
Binary 10110001 1100100 1000001 0 101100 111111 11111 10011 101110 101111

Color Harmonies of #B16441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16441

Black with #B16441

Text Example


Text Example

White with #B16441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16441; }

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

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

background-color css

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

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

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

border-color css

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

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

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