Html Css Color HEX #BD667C Tapestry

📋 copy color: '#BD667C'

red 189 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #BD667C

Tints of Tapestry #BD667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 45.54%
G = 24.58%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD667C (or 0xBD667C) is known color: Tapestry. HEX triplet: BD, 66 and 7C. RGB value is (189,102,124). Sum of RGB (Red+Green+Blue) = 189+102+124=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD667C is #429983. Grayscale: #828282. Windows color (decimal): -4364676 or 8152765. OLE color: 8152765.

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

Color convert

RGB 189 102 124 -
CMYK 0 0.46 0.34 0.26
HSL 344.83º 0.4% 0.57% -
HSV(B) 344.83º 0.46% 0.74% -
XYZ 29.38 21.78 21.72 -
YUV 130.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 189 102 124 0 0.46 0.34 0.26 344.83 0.4 0.57
Hex BD 66 7C 0 2E 22 1A 159 28 39
Octal 275 146 174 0 56 42 32 531 50 71
Binary 10111101 1100110 1111100 0 101110 100010 11010 101011001 101000 111001

Color Harmonies of #BD667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD667C

Black with #BD667C

Text Example


Text Example

White with #BD667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD667C; }

 p { color: rgb(189,102,124); }

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

background-color css

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

 a { background-color: rgb(189,102,124); }

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

border-color css

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

 span { border-color: rgb(189,102,124); }

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