Html Css Color HEX #BD7279 Tapestry

📋 copy color: '#BD7279'

red 189 ◦ green 114 ◦ blue 121

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

Shades of Tapestry #BD7279

Tints of Tapestry #BD7279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 44.58%
G = 26.89%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD7279 (or 0xBD7279) is known color: Tapestry. HEX triplet: BD, 72 and 79. RGB value is (189,114,121). Sum of RGB (Red+Green+Blue) = 189+114+121=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7279 is #428D86. Grayscale: #898989. Windows color (decimal): -4361607 or 7959229. OLE color: 7959229.

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

Color convert

RGB 189 114 121 -
CMYK 0 0.40 0.36 0.26
HSL 354.4º 0.36% 0.59% -
HSV(B) 354.4º 0.4% 0.74% -
XYZ 30.45 24.23 21.16 -
YUV 137.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 189 114 121 0 0.40 0.36 0.26 354.4 0.36 0.59
Hex BD 72 79 0 28 24 1A 162 24 3B
Octal 275 162 171 0 50 44 32 542 44 73
Binary 10111101 1110010 1111001 0 101000 100100 11010 101100010 100100 111011

Color Harmonies of #BD7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7279

Black with #BD7279

Text Example


Text Example

White with #BD7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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