Html Css Color HEX #BB747C Tapestry

📋 copy color: '#BB747C'

red 187 ◦ green 116 ◦ blue 124

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

Shades of Tapestry #BB747C

Tints of Tapestry #BB747C

RGB

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

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

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

R = 43.79%
G = 27.17%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB747C (or 0xBB747C) is known color: Tapestry. HEX triplet: BB, 74 and 7C. RGB value is (187,116,124). Sum of RGB (Red+Green+Blue) = 187+116+124=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB747C is #448B83. Grayscale: #8A8A8A. Windows color (decimal): -4492164 or 8156347. OLE color: 8156347.

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

Color convert

RGB 187 116 124 -
CMYK 0 0.38 0.34 0.27
HSL 353.24º 0.34% 0.59% -
HSV(B) 353.24º 0.38% 0.73% -
XYZ 30.38 24.51 22.2 -
YUV 138.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 187 116 124 0 0.38 0.34 0.27 353.24 0.34 0.59
Hex BB 74 7C 0 26 22 1B 161 22 3B
Octal 273 164 174 0 46 42 33 541 42 73
Binary 10111011 1110100 1111100 0 100110 100010 11011 101100001 100010 111011

Color Harmonies of #BB747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB747C

Black with #BB747C

Text Example


Text Example

White with #BB747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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