Html Css Color HEX #BB727C Tapestry

📋 copy color: '#BB727C'

red 187 ◦ green 114 ◦ blue 124

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

Shades of Tapestry #BB727C

Tints of Tapestry #BB727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

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

R = 44%
G = 26.82%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB727C (or 0xBB727C) is known color: Tapestry. HEX triplet: BB, 72 and 7C. RGB value is (187,114,124). Sum of RGB (Red+Green+Blue) = 187+114+124=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727C is #448D83. Grayscale: #898989. Windows color (decimal): -4492676 or 8155835. OLE color: 8155835.

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

Color convert

RGB 187 114 124 -
CMYK 0 0.39 0.34 0.27
HSL 351.78º 0.35% 0.59% -
HSV(B) 351.78º 0.39% 0.73% -
XYZ 30.15 24.05 22.12 -
YUV 136.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 187 114 124 0 0.39 0.34 0.27 351.78 0.35 0.59
Hex BB 72 7C 0 27 22 1B 160 23 3B
Octal 273 162 174 0 47 42 33 540 43 73
Binary 10111011 1110010 1111100 0 100111 100010 11011 101100000 100011 111011

Color Harmonies of #BB727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB727C

Black with #BB727C

Text Example


Text Example

White with #BB727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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