Html Css Color HEX #BB6B7A Tapestry

📋 copy color: '#BB6B7A'

red 187 ◦ green 107 ◦ blue 122

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

Shades of Tapestry #BB6B7A

Tints of Tapestry #BB6B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 44.95%
G = 25.72%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB6B7A (or 0xBB6B7A) is known color: Tapestry. HEX triplet: BB, 6B and 7A. RGB value is (187,107,122). Sum of RGB (Red+Green+Blue) = 187+107+122=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7A is #449485. Grayscale: #848484. Windows color (decimal): -4494470 or 8022971. OLE color: 8022971.

HSL color Cylindrical-coordinate representation of color #BB6B7A: hue angle of 348.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 #BB6B7A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 122 -
CMYK 0 0.43 0.35 0.27
HSL 348.75º 0.37% 0.58% -
HSV(B) 348.75º 0.43% 0.73% -
XYZ 29.26 22.49 21.21 -
YUV 132.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 187 107 122 0 0.43 0.35 0.27 348.75 0.37 0.58
Hex BB 6B 7A 0 2B 23 1B 15D 25 3A
Octal 273 153 172 0 53 43 33 535 45 72
Binary 10111011 1101011 1111010 0 101011 100011 11011 101011101 100101 111010

Color Harmonies of #BB6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B7A

Black with #BB6B7A

Text Example


Text Example

White with #BB6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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