Html Css Color HEX #BD7278 Tapestry

📋 copy color: '#BD7278'

red 189 ◦ green 114 ◦ blue 120

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

Shades of Tapestry #BD7278

Tints of Tapestry #BD7278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

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

R = 44.68%
G = 26.95%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD7278 (or 0xBD7278) is known color: Tapestry. HEX triplet: BD, 72 and 78. RGB value is (189,114,120). Sum of RGB (Red+Green+Blue) = 189+114+120=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7278 is #428D87. Grayscale: #898989. Windows color (decimal): -4361608 or 7893693. OLE color: 7893693.

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

Color convert

RGB 189 114 120 -
CMYK 0 0.40 0.37 0.26
HSL 355.2º 0.36% 0.59% -
HSV(B) 355.2º 0.4% 0.74% -
XYZ 30.39 24.21 20.84 -
YUV 137.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 189 114 120 0 0.40 0.37 0.26 355.2 0.36 0.59
Hex BD 72 78 0 28 25 1A 163 24 3B
Octal 275 162 170 0 50 45 32 543 44 73
Binary 10111101 1110010 1111000 0 101000 100101 11010 101100011 100100 111011

Color Harmonies of #BD7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7278

Black with #BD7278

Text Example


Text Example

White with #BD7278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7278; }

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

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

background-color css

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

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

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

border-color css

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

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

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