Html Css Color HEX #BB6B7F Tapestry

📋 copy color: '#BB6B7F'

red 187 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #BB6B7F

Tints of Tapestry #BB6B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 44.42%
G = 25.42%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB6B7F (or 0xBB6B7F) is known color: Tapestry. HEX triplet: BB, 6B and 7F. RGB value is (187,107,127). Sum of RGB (Red+Green+Blue) = 187+107+127=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7F is #449480. Grayscale: #858585. Windows color (decimal): -4494465 or 8350651. OLE color: 8350651.

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

Color convert

RGB 187 107 127 -
CMYK 0 0.43 0.32 0.27
HSL 345º 0.37% 0.58% -
HSV(B) 345º 0.43% 0.73% -
XYZ 29.58 22.61 22.88 -
YUV 133.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 187 107 127 0 0.43 0.32 0.27 345 0.37 0.58
Hex BB 6B 7F 0 2B 20 1B 159 25 3A
Octal 273 153 177 0 53 40 33 531 45 72
Binary 10111011 1101011 1111111 0 101011 100000 11011 101011001 100101 111010

Color Harmonies of #BB6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B7F

Black with #BB6B7F

Text Example


Text Example

White with #BB6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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