Html Css Color HEX #BB658B Tapestry

📋 copy color: '#BB658B'

red 187 ◦ green 101 ◦ blue 139

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

Shades of Tapestry #BB658B

Tints of Tapestry #BB658B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 43.79%
G = 23.65%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB658B (or 0xBB658B) is known color: Tapestry. HEX triplet: BB, 65 and 8B. RGB value is (187,101,139). Sum of RGB (Red+Green+Blue) = 187+101+139=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB658B is #449A74. Grayscale: #828282. Windows color (decimal): -4495989 or 9135547. OLE color: 9135547.

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

Color convert

RGB 187 101 139 -
CMYK 0 0.46 0.26 0.27
HSL 333.49º 0.39% 0.56% -
HSV(B) 333.49º 0.46% 0.73% -
XYZ 29.81 21.74 27.05 -
YUV 131.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 187 101 139 0 0.46 0.26 0.27 333.49 0.39 0.56
Hex BB 65 8B 0 2E 1A 1B 14D 27 38
Octal 273 145 213 0 56 32 33 515 47 70
Binary 10111011 1100101 10001011 0 101110 11010 11011 101001101 100111 111000

Color Harmonies of #BB658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB658B

Black with #BB658B

Text Example


Text Example

White with #BB658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB658B; }

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

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

background-color css

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

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

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

border-color css

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

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

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