Html Css Color HEX #BB6983 Tapestry

📋 copy color: '#BB6983'

red 187 ◦ green 105 ◦ blue 131

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

Shades of Tapestry #BB6983

Tints of Tapestry #BB6983

RGB

 RED value IS 187 (73.44% from 255) = 44.21%

 GREEN value IS 105 (41.41% from 255) = 24.82%

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

R = 44.21%
G = 24.82%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB6983 (or 0xBB6983) is known color: Tapestry. HEX triplet: BB, 69 and 83. RGB value is (187,105,131). Sum of RGB (Red+Green+Blue) = 187+105+131=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6983 is #44967C. Grayscale: #848484. Windows color (decimal): -4494973 or 8612283. OLE color: 8612283.

HSL color Cylindrical-coordinate representation of color #BB6983: hue angle of 340.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6983 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 131 -
CMYK 0 0.44 0.30 0.27
HSL 340.98º 0.38% 0.57% -
HSV(B) 340.98º 0.44% 0.73% -
XYZ 29.64 22.31 24.22 -
YUV 132.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 187 105 131 0 0.44 0.30 0.27 340.98 0.38 0.57
Hex BB 69 83 0 2C 1E 1B 155 26 39
Octal 273 151 203 0 54 36 33 525 46 71
Binary 10111011 1101001 10000011 0 101100 11110 11011 101010101 100110 111001

Color Harmonies of #BB6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6983

Black with #BB6983

Text Example


Text Example

White with #BB6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6983; }

 p { color: rgb(187,105,131); }

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

background-color css

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

 a { background-color: rgb(187,105,131); }

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

border-color css

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

 span { border-color: rgb(187,105,131); }

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