Html Css Color HEX #B16540 Tuscany

📋 copy color: '#B16540'

red 177 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #B16540

Tints of Tuscany #B16540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 51.75%
G = 29.53%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B16540 (or 0xB16540) is known color: Tuscany. HEX triplet: B1, 65 and 40. RGB value is (177,101,64). Sum of RGB (Red+Green+Blue) = 177+101+64=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16540 is #4E9ABF. Grayscale: #777777. Windows color (decimal): -5151424 or 4220337. OLE color: 4220337.

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

Color convert

RGB 177 101 64 -
CMYK 0 0.43 0.64 0.31
HSL 19.65º 0.47% 0.47% -
HSV(B) 19.65º 0.64% 0.69% -
XYZ 23.71 19.02 7.27 -
YUV 119.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 177 101 64 0 0.43 0.64 0.31 19.65 0.47 0.47
Hex B1 65 40 0 2B 40 1F 14 2F 2F
Octal 261 145 100 0 53 100 37 24 57 57
Binary 10110001 1100101 1000000 0 101011 1000000 11111 10100 101111 101111

Color Harmonies of #B16540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16540

Black with #B16540

Text Example


Text Example

White with #B16540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16540; }

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

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

background-color css

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

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

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

border-color css

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

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

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