Html Css Color HEX #BD6478 Tapestry

📋 copy color: '#BD6478'

red 189 ◦ green 100 ◦ blue 120

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

Shades of Tapestry #BD6478

Tints of Tapestry #BD6478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

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

R = 46.21%
G = 24.45%
B = 29.34%

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

#BD6478 (or 0xBD6478) is known color: Tapestry. HEX triplet: BD, 64 and 78. RGB value is (189,100,120). Sum of RGB (Red+Green+Blue) = 189+100+120=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6478 is #429B87. Grayscale: #808080. Windows color (decimal): -4365192 or 7890109. OLE color: 7890109.

HSL color Cylindrical-coordinate representation of color #BD6478: hue angle of 346.52º 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 #BD6478 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 120 -
CMYK 0 0.47 0.37 0.26
HSL 346.52º 0.4% 0.57% -
HSV(B) 346.52º 0.47% 0.74% -
XYZ 28.93 21.29 20.35 -
YUV 128.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 189 100 120 0 0.47 0.37 0.26 346.52 0.4 0.57
Hex BD 64 78 0 2F 25 1A 15B 28 39
Octal 275 144 170 0 57 45 32 533 50 71
Binary 10111101 1100100 1111000 0 101111 100101 11010 101011011 101000 111001

Color Harmonies of #BD6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6478

Black with #BD6478

Text Example


Text Example

White with #BD6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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