Html Css Color HEX #BD6578 Tapestry

📋 copy color: '#BD6578'

red 189 ◦ green 101 ◦ blue 120

#BD6578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BD6578

Tints of Tapestry #BD6578

RGB

 RED value IS 189 (74.22% from 255) = 46.1%

 GREEN value IS 101 (39.84% from 255) = 24.63%

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 46.1%
G = 24.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD6578 (or 0xBD6578) is known color: Tapestry. HEX triplet: BD, 65 and 78. RGB value is (189,101,120). Sum of RGB (Red+Green+Blue) = 189+101+120=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6578 is #429A87. Grayscale: #818181. Windows color (decimal): -4364936 or 7890365. OLE color: 7890365.

HSL color Cylindrical-coordinate representation of color #BD6578: hue angle of 347.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6578 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 120 -
CMYK 0 0.47 0.37 0.26
HSL 347.05º 0.4% 0.57% -
HSV(B) 347.05º 0.47% 0.74% -
XYZ 29.03 21.48 20.39 -
YUV 129.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 189 101 120 0 0.47 0.37 0.26 347.05 0.4 0.57
Hex BD 65 78 0 2F 25 1A 15B 28 39
Octal 275 145 170 0 57 45 32 533 50 71
Binary 10111101 1100101 1111000 0 101111 100101 11010 101011011 101000 111001

Color Harmonies of #BD6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6578

Black with #BD6578

Text Example


Text Example

White with #BD6578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6578; }

 p { color: rgb(189,101,120); }

 H1.HeaderClassName
 {
   color: #BD6578;
 }
 .AnyTagClassName
 {
   color: #BD6578;
 }
</style>

background-color css

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

 a { background-color: rgb(189,101,120); }

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

border-color css

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

 span { border-color: rgb(189,101,120); }

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