#B5664B

Color #B5664B Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #B5664B

Tints of Tuscany #B5664B

Color information

#B5664B (or 0xB5664B) is unknown color: approx Tuscany. HEX triplet: B5, 66 and 4B. RGB value is (181,102,75). Sum of RGB (Red+Green+Blue) = 181+102+75=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5664B is #4A99B4. Grayscale: #7A7A7A. Windows color (decimal): -4889013 or 4941493. OLE color: 4941493.

HSL color Cylindrical-coordinate representation of color #B5664B: hue angle of 15.28º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5664B is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18110275-
CMYK00.440.590.29
HSL15.28º41.73%50.2%-
HSV(B)15.28º58.56%70.98%-
XYZ25.0819.839.16-
YUV122.54101.17169.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=50.56%
G=28.49%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811027500.440.590.2915.2841.7350.2
HexB5664B02C3B1Df2a32
Octal2651461130547335175262
Binary10110101110011010010110101100111011111011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5664B; }

 p { color: rgb(181,102,75); }

 H1.HeaderClassName
 {
   color: #B5664B;
 }
 .AnyTagClassName
 {
   color: #B5664B;
 }
</style>
background-color css

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

 a { background-color: rgb(181,102,75); }

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

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

 span { border-color: rgb(181,102,75); }

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