Html Css Color HEX #BB6C81 Tapestry

📋 copy color: '#BB6C81'

red 187 ◦ green 108 ◦ blue 129

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

Shades of Tapestry #BB6C81

Tints of Tapestry #BB6C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 44.1%
G = 25.47%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB6C81 (or 0xBB6C81) is known color: Tapestry. HEX triplet: BB, 6C and 81. RGB value is (187,108,129). Sum of RGB (Red+Green+Blue) = 187+108+129=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C81 is #44937E. Grayscale: #868686. Windows color (decimal): -4494207 or 8481979. OLE color: 8481979.

HSL color Cylindrical-coordinate representation of color #BB6C81: hue angle of 344.05º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6C81 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 108 129 -
CMYK 0 0.42 0.31 0.27
HSL 344.05º 0.37% 0.58% -
HSV(B) 344.05º 0.42% 0.73% -
XYZ 29.82 22.87 23.61 -
YUV 134.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 187 108 129 0 0.42 0.31 0.27 344.05 0.37 0.58
Hex BB 6C 81 0 2A 1F 1B 158 25 3A
Octal 273 154 201 0 52 37 33 530 45 72
Binary 10111011 1101100 10000001 0 101010 11111 11011 101011000 100101 111010

Color Harmonies of #BB6C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C81

Black with #BB6C81

Text Example


Text Example

White with #BB6C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C81; }

 p { color: rgb(187,108,129); }

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

background-color css

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

 a { background-color: rgb(187,108,129); }

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

border-color css

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

 span { border-color: rgb(187,108,129); }

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