Html Css Color HEX #BB657D Tapestry

📋 copy color: '#BB657D'

red 187 ◦ green 101 ◦ blue 125

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

Shades of Tapestry #BB657D

Tints of Tapestry #BB657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 45.28%
G = 24.46%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB657D (or 0xBB657D) is known color: Tapestry. HEX triplet: BB, 65 and 7D. RGB value is (187,101,125). Sum of RGB (Red+Green+Blue) = 187+101+125=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB657D is #449A82. Grayscale: #818181. Windows color (decimal): -4496003 or 8218043. OLE color: 8218043.

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

Color convert

RGB 187 101 125 -
CMYK 0 0.46 0.33 0.27
HSL 343.26º 0.39% 0.56% -
HSV(B) 343.26º 0.46% 0.73% -
XYZ 28.85 21.35 22 -
YUV 129.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 187 101 125 0 0.46 0.33 0.27 343.26 0.39 0.56
Hex BB 65 7D 0 2E 21 1B 157 27 38
Octal 273 145 175 0 56 41 33 527 47 70
Binary 10111011 1100101 1111101 0 101110 100001 11011 101010111 100111 111000

Color Harmonies of #BB657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB657D

Black with #BB657D

Text Example


Text Example

White with #BB657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB657D; }

 p { color: rgb(187,101,125); }

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

background-color css

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

 a { background-color: rgb(187,101,125); }

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

border-color css

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

 span { border-color: rgb(187,101,125); }

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