Html Css Color HEX #BD6E83 Tapestry

📋 copy color: '#BD6E83'

red 189 ◦ green 110 ◦ blue 131

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

Shades of Tapestry #BD6E83

Tints of Tapestry #BD6E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 43.95%
G = 25.58%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD6E83 (or 0xBD6E83) is known color: Tapestry. HEX triplet: BD, 6E and 83. RGB value is (189,110,131). Sum of RGB (Red+Green+Blue) = 189+110+131=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E83 is #42917C. Grayscale: #888888. Windows color (decimal): -4362621 or 8613565. OLE color: 8613565.

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

Color convert

RGB 189 110 131 -
CMYK 0 0.42 0.31 0.26
HSL 344.05º 0.37% 0.59% -
HSV(B) 344.05º 0.42% 0.74% -
XYZ 30.66 23.61 24.41 -
YUV 136.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 189 110 131 0 0.42 0.31 0.26 344.05 0.37 0.59
Hex BD 6E 83 0 2A 1F 1A 158 25 3B
Octal 275 156 203 0 52 37 32 530 45 73
Binary 10111101 1101110 10000011 0 101010 11111 11010 101011000 100101 111011

Color Harmonies of #BD6E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E83

Black with #BD6E83

Text Example


Text Example

White with #BD6E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E83; }

 p { color: rgb(189,110,131); }

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

background-color css

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

 a { background-color: rgb(189,110,131); }

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

border-color css

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

 span { border-color: rgb(189,110,131); }

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