Html Css Color HEX #BD6875 Tapestry

📋 copy color: '#BD6875'

red 189 ◦ green 104 ◦ blue 117

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

Shades of Tapestry #BD6875

Tints of Tapestry #BD6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 46.1%
G = 25.37%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6875 (or 0xBD6875) is known color: Tapestry. HEX triplet: BD, 68 and 75. RGB value is (189,104,117). Sum of RGB (Red+Green+Blue) = 189+104+117=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6875 is #42978A. Grayscale: #828282. Windows color (decimal): -4364171 or 7694525. OLE color: 7694525.

HSL color Cylindrical-coordinate representation of color #BD6875: hue angle of 350.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6875 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 104 117 -
CMYK 0 0.45 0.38 0.26
HSL 350.82º 0.39% 0.57% -
HSV(B) 350.82º 0.45% 0.74% -
XYZ 29.15 22 19.54 -
YUV 130.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 189 104 117 0 0.45 0.38 0.26 350.82 0.39 0.57
Hex BD 68 75 0 2D 26 1A 15F 27 39
Octal 275 150 165 0 55 46 32 537 47 71
Binary 10111101 1101000 1110101 0 101101 100110 11010 101011111 100111 111001

Color Harmonies of #BD6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6875

Black with #BD6875

Text Example


Text Example

White with #BD6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6875; }

 p { color: rgb(189,104,117); }

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

background-color css

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

 a { background-color: rgb(189,104,117); }

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

border-color css

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

 span { border-color: rgb(189,104,117); }

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