Html Css Color HEX #B16044 Tuscany

📋 copy color: '#B16044'

red 177 ◦ green 96 ◦ blue 68

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

Shades of Tuscany #B16044

Tints of Tuscany #B16044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 51.91%
G = 28.15%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16044 (or 0xB16044) is known color: Tuscany. HEX triplet: B1, 60 and 44. RGB value is (177,96,68). Sum of RGB (Red+Green+Blue) = 177+96+68=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B16044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16044 is #4E9FBB. Grayscale: #757575. Windows color (decimal): -5152700 or 4481201. OLE color: 4481201.

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

Color convert

RGB 177 96 68 -
CMYK 0 0.46 0.62 0.31
HSL 15.41º 0.44% 0.48% -
HSV(B) 15.41º 0.62% 0.69% -
XYZ 23.36 18.13 7.74 -
YUV 117.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 177 96 68 0 0.46 0.62 0.31 15.41 0.44 0.48
Hex B1 60 44 0 2E 3E 1F F 2C 30
Octal 261 140 104 0 56 76 37 17 54 60
Binary 10110001 1100000 1000100 0 101110 111110 11111 1111 101100 110000

Color Harmonies of #B16044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16044

Black with #B16044

Text Example


Text Example

White with #B16044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16044; }

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

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

background-color css

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

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

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

border-color css

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

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

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