Html Css Color HEX #BD7078 Tapestry

📋 copy color: '#BD7078'

red 189 ◦ green 112 ◦ blue 120

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

Shades of Tapestry #BD7078

Tints of Tapestry #BD7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.6%

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

R = 44.89%
G = 26.6%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD7078 (or 0xBD7078) is known color: Tapestry. HEX triplet: BD, 70 and 78. RGB value is (189,112,120). Sum of RGB (Red+Green+Blue) = 189+112+120=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7078 is #428F87. Grayscale: #878787. Windows color (decimal): -4362120 or 7893181. OLE color: 7893181.

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

Color convert

RGB 189 112 120 -
CMYK 0 0.41 0.37 0.26
HSL 353.77º 0.37% 0.59% -
HSV(B) 353.77º 0.41% 0.74% -
XYZ 30.17 23.76 20.77 -
YUV 135.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 189 112 120 0 0.41 0.37 0.26 353.77 0.37 0.59
Hex BD 70 78 0 29 25 1A 162 25 3B
Octal 275 160 170 0 51 45 32 542 45 73
Binary 10111101 1110000 1111000 0 101001 100101 11010 101100010 100101 111011

Color Harmonies of #BD7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7078

Black with #BD7078

Text Example


Text Example

White with #BD7078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7078; }

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

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

background-color css

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

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

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

border-color css

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

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

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