#B5607B

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

Shades of Tapestry #B5607B

Tints of Tapestry #B5607B

Color information

#B5607B (or 0xB5607B) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 7B. RGB value is (181,96,123). Sum of RGB (Red+Green+Blue) = 181+96+123=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607B is #4A9F84. Grayscale: #7C7C7C. Windows color (decimal): -4890501 or 8085685. OLE color: 8085685.

HSL color Cylindrical-coordinate representation of color #B5607B: hue angle of 340.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5607B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18196123-
CMYK00.470.320.29
HSL340.94º36.48%54.31%-
HSV(B)340.94º46.96%70.98%-
XYZ26.8119.6221.11-
YUV124.49127.16168.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=45.25%
G=24%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819612300.470.320.29340.9436.4854.31
HexB5607B02F201D1552436
Octal26514017305740355254466
Binary1011010111000001111011010111110000011101101010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5607B; }

 p { color: rgb(181,96,123); }

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

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

 a { background-color: rgb(181,96,123); }

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

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

 span { border-color: rgb(181,96,123); }

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