Html Css Color HEX #BD6078 Tapestry

📋 copy color: '#BD6078'

red 189 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #BD6078

Tints of Tapestry #BD6078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 46.67%
G = 23.7%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD6078 (or 0xBD6078) is known color: Tapestry. HEX triplet: BD, 60 and 78. RGB value is (189,96,120). Sum of RGB (Red+Green+Blue) = 189+96+120=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6078 is #429F87. Grayscale: #7E7E7E. Windows color (decimal): -4366216 or 7889085. OLE color: 7889085.

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

Color convert

RGB 189 96 120 -
CMYK 0 0.49 0.37 0.26
HSL 344.52º 0.41% 0.56% -
HSV(B) 344.52º 0.49% 0.74% -
XYZ 28.56 20.54 20.23 -
YUV 126.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 189 96 120 0 0.49 0.37 0.26 344.52 0.41 0.56
Hex BD 60 78 0 31 25 1A 159 29 38
Octal 275 140 170 0 61 45 32 531 51 70
Binary 10111101 1100000 1111000 0 110001 100101 11010 101011001 101001 111000

Color Harmonies of #BD6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6078

Black with #BD6078

Text Example


Text Example

White with #BD6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6078; }

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

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

background-color css

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

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

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

border-color css

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

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

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