Html Css Color HEX #BB748E Tapestry

📋 copy color: '#BB748E'

red 187 ◦ green 116 ◦ blue 142

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

Shades of Tapestry #BB748E

Tints of Tapestry #BB748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 42.02%
G = 26.07%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB748E (or 0xBB748E) is known color: Tapestry. HEX triplet: BB, 74 and 8E. RGB value is (187,116,142). Sum of RGB (Red+Green+Blue) = 187+116+142=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB748E is #448B71. Grayscale: #8C8C8C. Windows color (decimal): -4492146 or 9335995. OLE color: 9335995.

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

Color convert

RGB 187 116 142 -
CMYK 0 0.38 0.24 0.27
HSL 338.03º 0.34% 0.59% -
HSV(B) 338.03º 0.38% 0.73% -
XYZ 31.62 25.01 28.75 -
YUV 140.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 187 116 142 0 0.38 0.24 0.27 338.03 0.34 0.59
Hex BB 74 8E 0 26 18 1B 152 22 3B
Octal 273 164 216 0 46 30 33 522 42 73
Binary 10111011 1110100 10001110 0 100110 11000 11011 101010010 100010 111011

Color Harmonies of #BB748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB748E

Black with #BB748E

Text Example


Text Example

White with #BB748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB748E; }

 p { color: rgb(187,116,142); }

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

background-color css

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

 a { background-color: rgb(187,116,142); }

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

border-color css

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

 span { border-color: rgb(187,116,142); }

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