Html Css Color HEX #BB6B7E Tapestry

📋 copy color: '#BB6B7E'

red 187 ◦ green 107 ◦ blue 126

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

Shades of Tapestry #BB6B7E

Tints of Tapestry #BB6B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30%

R = 44.52%
G = 25.48%
B = 30%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB6B7E (or 0xBB6B7E) is known color: Tapestry. HEX triplet: BB, 6B and 7E. RGB value is (187,107,126). Sum of RGB (Red+Green+Blue) = 187+107+126=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7E is #449481. Grayscale: #858585. Windows color (decimal): -4494466 or 8285115. OLE color: 8285115.

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

Color convert

RGB 187 107 126 -
CMYK 0 0.43 0.33 0.27
HSL 345.75º 0.37% 0.58% -
HSV(B) 345.75º 0.43% 0.73% -
XYZ 29.52 22.59 22.54 -
YUV 133.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 187 107 126 0 0.43 0.33 0.27 345.75 0.37 0.58
Hex BB 6B 7E 0 2B 21 1B 15A 25 3A
Octal 273 153 176 0 53 41 33 532 45 72
Binary 10111011 1101011 1111110 0 101011 100001 11011 101011010 100101 111010

Color Harmonies of #BB6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B7E

Black with #BB6B7E

Text Example


Text Example

White with #BB6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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