Html Css Color HEX #BB658C Tapestry

📋 copy color: '#BB658C'

red 187 ◦ green 101 ◦ blue 140

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

Shades of Tapestry #BB658C

Tints of Tapestry #BB658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 43.69%
G = 23.6%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB658C (or 0xBB658C) is known color: Tapestry. HEX triplet: BB, 65 and 8C. RGB value is (187,101,140). Sum of RGB (Red+Green+Blue) = 187+101+140=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB658C is #449A73. Grayscale: #838383. Windows color (decimal): -4495988 or 9201083. OLE color: 9201083.

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

Color convert

RGB 187 101 140 -
CMYK 0 0.46 0.25 0.27
HSL 332.79º 0.39% 0.56% -
HSV(B) 332.79º 0.46% 0.73% -
XYZ 29.88 21.77 27.44 -
YUV 131.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 187 101 140 0 0.46 0.25 0.27 332.79 0.39 0.56
Hex BB 65 8C 0 2E 19 1B 14D 27 38
Octal 273 145 214 0 56 31 33 515 47 70
Binary 10111011 1100101 10001100 0 101110 11001 11011 101001101 100111 111000

Color Harmonies of #BB658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB658C

Black with #BB658C

Text Example


Text Example

White with #BB658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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