#B65E7B

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

Shades of Tapestry #B65E7B

Tints of Tapestry #B65E7B

Color information

#B65E7B (or 0xB65E7B) is unknown color: approx Tapestry. HEX triplet: B6, 5E and 7B. RGB value is (182,94,123). Sum of RGB (Red+Green+Blue) = 182+94+123=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E7B is #49A184. Grayscale: #7B7B7B. Windows color (decimal): -4825477 or 8085174. OLE color: 8085174.

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

Color convert

RGB18294123-
CMYK00.480.320.29
HSL340.23º37.61%54.12%-
HSV(B)340.23º48.35%71.37%-
XYZ26.8719.3821.06-
YUV123.62127.65169.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=45.61%
G=23.56%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829412300.480.320.29340.2337.6154.12
HexB65E7B030201D1542636
Octal26613617306040355244666
Binary1011011010111101111011011000010000011101101010100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E7B; }

 p { color: rgb(182,94,123); }

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

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

 a { background-color: rgb(182,94,123); }

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

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

 span { border-color: rgb(182,94,123); }

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