Html Css Color HEX #BB6B82 Tapestry

📋 copy color: '#BB6B82'

red 187 ◦ green 107 ◦ blue 130

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

Shades of Tapestry #BB6B82

Tints of Tapestry #BB6B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 44.1%
G = 25.24%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB6B82 (or 0xBB6B82) is known color: Tapestry. HEX triplet: BB, 6B and 82. RGB value is (187,107,130). Sum of RGB (Red+Green+Blue) = 187+107+130=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B82 is #44947D. Grayscale: #858585. Windows color (decimal): -4494462 or 8547259. OLE color: 8547259.

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

Color convert

RGB 187 107 130 -
CMYK 0 0.43 0.30 0.27
HSL 342.75º 0.37% 0.58% -
HSV(B) 342.75º 0.43% 0.73% -
XYZ 29.78 22.69 23.93 -
YUV 133.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 187 107 130 0 0.43 0.30 0.27 342.75 0.37 0.58
Hex BB 6B 82 0 2B 1E 1B 157 25 3A
Octal 273 153 202 0 53 36 33 527 45 72
Binary 10111011 1101011 10000010 0 101011 11110 11011 101010111 100101 111010

Color Harmonies of #BB6B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B82

Black with #BB6B82

Text Example


Text Example

White with #BB6B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B82; }

 p { color: rgb(187,107,130); }

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

background-color css

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

 a { background-color: rgb(187,107,130); }

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

border-color css

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

 span { border-color: rgb(187,107,130); }

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