#BD617F

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

Shades of Tapestry #BD617F

Tints of Tapestry #BD617F

Color information

#BD617F (or 0xBD617F) is unknown color: approx Tapestry. HEX triplet: BD, 61 and 7F. RGB value is (189,97,127). Sum of RGB (Red+Green+Blue) = 189+97+127=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD617F is #429E80. Grayscale: #7F7F7F. Windows color (decimal): -4365953 or 8348093. OLE color: 8348093.

HSL color Cylindrical-coordinate representation of color #BD617F: hue angle of 340.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD617F is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18997127-
CMYK00.490.330.26
HSL340.43º41.07%56.08%-
HSV(B)340.43º48.68%74.12%-
XYZ29.0920.922.58-
YUV127.93127.48171.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 127 (50% from 255) = 30.75%
R=45.76%
G=23.49%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899712700.490.330.26340.4341.0756.08
HexBD617F031211A1542938
Octal27514117706141325245170
Binary1011110111000011111111011000110000111010101010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD617F; }

 p { color: rgb(189,97,127); }

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

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

 a { background-color: rgb(189,97,127); }

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

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

 span { border-color: rgb(189,97,127); }

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