Html Css Color HEX #BB707C Tapestry

📋 copy color: '#BB707C'

red 187 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #BB707C

Tints of Tapestry #BB707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 44.21%
G = 26.48%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB707C (or 0xBB707C) is known color: Tapestry. HEX triplet: BB, 70 and 7C. RGB value is (187,112,124). Sum of RGB (Red+Green+Blue) = 187+112+124=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707C is #448F83. Grayscale: #878787. Windows color (decimal): -4493188 or 8155323. OLE color: 8155323.

HSL color Cylindrical-coordinate representation of color #BB707C: hue angle of 350.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB707C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 124 -
CMYK 0 0.40 0.34 0.27
HSL 350.4º 0.36% 0.59% -
HSV(B) 350.4º 0.4% 0.73% -
XYZ 29.93 23.61 22.05 -
YUV 135.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 187 112 124 0 0.40 0.34 0.27 350.4 0.36 0.59
Hex BB 70 7C 0 28 22 1B 15E 24 3B
Octal 273 160 174 0 50 42 33 536 44 73
Binary 10111011 1110000 1111100 0 101000 100010 11011 101011110 100100 111011

Color Harmonies of #BB707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB707C

Black with #BB707C

Text Example


Text Example

White with #BB707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB707C; }

 p { color: rgb(187,112,124); }

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

background-color css

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

 a { background-color: rgb(187,112,124); }

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

border-color css

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

 span { border-color: rgb(187,112,124); }

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