Html Css Color HEX #BD6B7B Tapestry

📋 copy color: '#BD6B7B'

red 189 ◦ green 107 ◦ blue 123

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

Shades of Tapestry #BD6B7B

Tints of Tapestry #BD6B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 45.11%
G = 25.54%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD6B7B (or 0xBD6B7B) is known color: Tapestry. HEX triplet: BD, 6B and 7B. RGB value is (189,107,123). Sum of RGB (Red+Green+Blue) = 189+107+123=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B7B is #429484. Grayscale: #858585. Windows color (decimal): -4363397 or 8088509. OLE color: 8088509.

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

Color convert

RGB 189 107 123 -
CMYK 0 0.43 0.35 0.26
HSL 348.29º 0.38% 0.58% -
HSV(B) 348.29º 0.43% 0.74% -
XYZ 29.82 22.76 21.56 -
YUV 133.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 189 107 123 0 0.43 0.35 0.26 348.29 0.38 0.58
Hex BD 6B 7B 0 2B 23 1A 15C 26 3A
Octal 275 153 173 0 53 43 32 534 46 72
Binary 10111101 1101011 1111011 0 101011 100011 11010 101011100 100110 111010

Color Harmonies of #BD6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B7B

Black with #BD6B7B

Text Example


Text Example

White with #BD6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B7B; }

 p { color: rgb(189,107,123); }

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

background-color css

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

 a { background-color: rgb(189,107,123); }

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

border-color css

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

 span { border-color: rgb(189,107,123); }

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