#BD7281

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

Shades of Tapestry #BD7281

Tints of Tapestry #BD7281

Color information

#BD7281 (or 0xBD7281) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 81. RGB value is (189,114,129). Sum of RGB (Red+Green+Blue) = 189+114+129=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7281 is #428D7E. Grayscale: #8A8A8A. Windows color (decimal): -4361599 or 8483517. OLE color: 8483517.

HSL color Cylindrical-coordinate representation of color #BD7281: hue angle of 348º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7281 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189114129-
CMYK00.400.320.26
HSL348º36.23%59.41%-
HSV(B)348º39.68%74.12%-
XYZ30.9724.4423.85-
YUV138.14122.85164.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=43.75%
G=26.39%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911412900.400.320.2634836.2359.41
HexBD7281028201A15c243b
Octal27516220105040325344473
Binary10111101111001010000001010100010000011010101011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7281; }

 p { color: rgb(189,114,129); }

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

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

 a { background-color: rgb(189,114,129); }

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

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

 span { border-color: rgb(189,114,129); }

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