Html Css Color HEX #BD6683 Tapestry

📋 copy color: '#BD6683'

red 189 ◦ green 102 ◦ blue 131

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

Shades of Tapestry #BD6683

Tints of Tapestry #BD6683

RGB

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

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

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

R = 44.79%
G = 24.17%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD6683 (or 0xBD6683) is known color: Tapestry. HEX triplet: BD, 66 and 83. RGB value is (189,102,131). Sum of RGB (Red+Green+Blue) = 189+102+131=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6683 is #42997C. Grayscale: #838383. Windows color (decimal): -4364669 or 8611517. OLE color: 8611517.

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

Color convert

RGB 189 102 131 -
CMYK 0 0.46 0.31 0.26
HSL 340º 0.4% 0.57% -
HSV(B) 340º 0.46% 0.74% -
XYZ 29.83 21.96 24.14 -
YUV 131.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 189 102 131 0 0.46 0.31 0.26 340 0.4 0.57
Hex BD 66 83 0 2E 1F 1A 154 28 39
Octal 275 146 203 0 56 37 32 524 50 71
Binary 10111101 1100110 10000011 0 101110 11111 11010 101010100 101000 111001

Color Harmonies of #BD6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6683

Black with #BD6683

Text Example


Text Example

White with #BD6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6683; }

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

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

background-color css

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

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

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

border-color css

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

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

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