#BD6975

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

Shades of Tapestry #BD6975

Tints of Tapestry #BD6975

Color information

#BD6975 (or 0xBD6975) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 75. RGB value is (189,105,117). Sum of RGB (Red+Green+Blue) = 189+105+117=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6975 is #42968A. Grayscale: #838383. Windows color (decimal): -4363915 or 7694781. OLE color: 7694781.

HSL color Cylindrical-coordinate representation of color #BD6975: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6975 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189105117-
CMYK00.440.380.26
HSL351.43º38.89%57.65%-
HSV(B)351.43º44.44%74.12%-
XYZ29.2522.2119.57-
YUV131.48119.83169.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=45.99%
G=25.55%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910511700.440.380.26351.4338.8957.65
HexBD697502C261A15f273a
Octal27515116505446325374772
Binary1011110111010011110101010110010011011010101011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6975; }

 p { color: rgb(189,105,117); }

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

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

 a { background-color: rgb(189,105,117); }

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

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

 span { border-color: rgb(189,105,117); }

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