Html Css Color HEX #B1663F Tuscany

📋 copy color: '#B1663F'

red 177 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #B1663F

Tints of Tuscany #B1663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.42%

R = 51.75%
G = 29.82%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1663F (or 0xB1663F) is known color: Tuscany. HEX triplet: B1, 66 and 3F. RGB value is (177,102,63). Sum of RGB (Red+Green+Blue) = 177+102+63=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1663F is #4E99C0. Grayscale: #787878. Windows color (decimal): -5151169 or 4155057. OLE color: 4155057.

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

Color convert

RGB 177 102 63 -
CMYK 0 0.42 0.64 0.31
HSL 20.53º 0.48% 0.47% -
HSV(B) 20.53º 0.64% 0.69% -
XYZ 23.78 19.21 7.16 -
YUV 119.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 177 102 63 0 0.42 0.64 0.31 20.53 0.48 0.47
Hex B1 66 3F 0 2A 40 1F 15 30 2F
Octal 261 146 77 0 52 100 37 25 60 57
Binary 10110001 1100110 111111 0 101010 1000000 11111 10101 110000 101111

Color Harmonies of #B1663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1663F

Black with #B1663F

Text Example


Text Example

White with #B1663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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