Html Css Color HEX #BD6278 Tapestry

📋 copy color: '#BD6278'

red 189 ◦ green 98 ◦ blue 120

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

Shades of Tapestry #BD6278

Tints of Tapestry #BD6278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

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

R = 46.44%
G = 24.08%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD6278 (or 0xBD6278) is known color: Tapestry. HEX triplet: BD, 62 and 78. RGB value is (189,98,120). Sum of RGB (Red+Green+Blue) = 189+98+120=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6278 is #429D87. Grayscale: #7F7F7F. Windows color (decimal): -4365704 or 7889597. OLE color: 7889597.

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

Color convert

RGB 189 98 120 -
CMYK 0 0.48 0.37 0.26
HSL 345.49º 0.41% 0.56% -
HSV(B) 345.49º 0.48% 0.74% -
XYZ 28.74 20.91 20.29 -
YUV 127.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 189 98 120 0 0.48 0.37 0.26 345.49 0.41 0.56
Hex BD 62 78 0 30 25 1A 159 29 38
Octal 275 142 170 0 60 45 32 531 51 70
Binary 10111101 1100010 1111000 0 110000 100101 11010 101011001 101001 111000

Color Harmonies of #BD6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6278

Black with #BD6278

Text Example


Text Example

White with #BD6278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6278; }

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

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

background-color css

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

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

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

border-color css

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

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

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