Html Css Color HEX #BB6A7A Tapestry

📋 copy color: '#BB6A7A'

red 187 ◦ green 106 ◦ blue 122

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

Shades of Tapestry #BB6A7A

Tints of Tapestry #BB6A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.54%

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

R = 45.06%
G = 25.54%
B = 29.4%

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

#BB6A7A (or 0xBB6A7A) is known color: Tapestry. HEX triplet: BB, 6A and 7A. RGB value is (187,106,122). Sum of RGB (Red+Green+Blue) = 187+106+122=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A7A is #449585. Grayscale: #848484. Windows color (decimal): -4494726 or 8022715. OLE color: 8022715.

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

Color convert

RGB 187 106 122 -
CMYK 0 0.43 0.35 0.27
HSL 348.15º 0.37% 0.57% -
HSV(B) 348.15º 0.43% 0.73% -
XYZ 29.16 22.28 21.18 -
YUV 132.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 187 106 122 0 0.43 0.35 0.27 348.15 0.37 0.57
Hex BB 6A 7A 0 2B 23 1B 15C 25 39
Octal 273 152 172 0 53 43 33 534 45 71
Binary 10111011 1101010 1111010 0 101011 100011 11011 101011100 100101 111001

Color Harmonies of #BB6A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A7A

Black with #BB6A7A

Text Example


Text Example

White with #BB6A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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