Html Css Color HEX #BB737C Tapestry

📋 copy color: '#BB737C'

red 187 ◦ green 115 ◦ blue 124

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

Shades of Tapestry #BB737C

Tints of Tapestry #BB737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27%

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

R = 43.9%
G = 27%
B = 29.11%

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

#BB737C (or 0xBB737C) is known color: Tapestry. HEX triplet: BB, 73 and 7C. RGB value is (187,115,124). Sum of RGB (Red+Green+Blue) = 187+115+124=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB737C is #448C83. Grayscale: #898989. Windows color (decimal): -4492420 or 8156091. OLE color: 8156091.

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

Color convert

RGB 187 115 124 -
CMYK 0 0.39 0.34 0.27
HSL 352.5º 0.35% 0.59% -
HSV(B) 352.5º 0.39% 0.73% -
XYZ 30.26 24.28 22.16 -
YUV 137.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 187 115 124 0 0.39 0.34 0.27 352.5 0.35 0.59
Hex BB 73 7C 0 27 22 1B 160 23 3B
Octal 273 163 174 0 47 42 33 540 43 73
Binary 10111011 1110011 1111100 0 100111 100010 11011 101100000 100011 111011

Color Harmonies of #BB737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB737C

Black with #BB737C

Text Example


Text Example

White with #BB737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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