Html Css Color HEX #B16645 Tuscany

📋 copy color: '#B16645'

red 177 ◦ green 102 ◦ blue 69

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

Shades of Tuscany #B16645

Tints of Tuscany #B16645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 50.86%
G = 29.31%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B16645 (or 0xB16645) is known color: Tuscany. HEX triplet: B1, 66 and 45. RGB value is (177,102,69). Sum of RGB (Red+Green+Blue) = 177+102+69=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16645 is #4E99BA. Grayscale: #787878. Windows color (decimal): -5151163 or 4548273. OLE color: 4548273.

HSL color Cylindrical-coordinate representation of color #B16645: hue angle of 18.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B16645 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 69 -
CMYK 0 0.42 0.61 0.31
HSL 18.33º 0.44% 0.48% -
HSV(B) 18.33º 0.61% 0.69% -
XYZ 23.96 19.28 8.09 -
YUV 120.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 177 102 69 0 0.42 0.61 0.31 18.33 0.44 0.48
Hex B1 66 45 0 2A 3D 1F 12 2C 30
Octal 261 146 105 0 52 75 37 22 54 60
Binary 10110001 1100110 1000101 0 101010 111101 11111 10010 101100 110000

Color Harmonies of #B16645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16645

Black with #B16645

Text Example


Text Example

White with #B16645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16645; }

 p { color: rgb(177,102,69); }

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

background-color css

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

 a { background-color: rgb(177,102,69); }

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

border-color css

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

 span { border-color: rgb(177,102,69); }

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