Html Css Color HEX #BD668A Tapestry

📋 copy color: '#BD668A'

red 189 ◦ green 102 ◦ blue 138

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

Shades of Tapestry #BD668A

Tints of Tapestry #BD668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 44.06%
G = 23.78%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD668A (or 0xBD668A) is known color: Tapestry. HEX triplet: BD, 66 and 8A. RGB value is (189,102,138). Sum of RGB (Red+Green+Blue) = 189+102+138=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD668A is #429975. Grayscale: #848484. Windows color (decimal): -4364662 or 9070269. OLE color: 9070269.

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

Color convert

RGB 189 102 138 -
CMYK 0 0.46 0.27 0.26
HSL 335.17º 0.4% 0.57% -
HSV(B) 335.17º 0.46% 0.74% -
XYZ 30.33 22.16 26.72 -
YUV 132.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 189 102 138 0 0.46 0.27 0.26 335.17 0.4 0.57
Hex BD 66 8A 0 2E 1B 1A 14F 28 39
Octal 275 146 212 0 56 33 32 517 50 71
Binary 10111101 1100110 10001010 0 101110 11011 11010 101001111 101000 111001

Color Harmonies of #BD668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD668A

Black with #BD668A

Text Example


Text Example

White with #BD668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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