Html Css Color HEX #BB628B Tapestry

📋 copy color: '#BB628B'

red 187 ◦ green 98 ◦ blue 139

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

Shades of Tapestry #BB628B

Tints of Tapestry #BB628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 44.1%
G = 23.11%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB628B (or 0xBB628B) is known color: Tapestry. HEX triplet: BB, 62 and 8B. RGB value is (187,98,139). Sum of RGB (Red+Green+Blue) = 187+98+139=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB628B is #449D74. Grayscale: #818181. Windows color (decimal): -4496757 or 9134779. OLE color: 9134779.

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

Color convert

RGB 187 98 139 -
CMYK 0 0.48 0.26 0.27
HSL 332.36º 0.4% 0.56% -
HSV(B) 332.36º 0.48% 0.73% -
XYZ 29.52 21.16 26.96 -
YUV 129.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 187 98 139 0 0.48 0.26 0.27 332.36 0.4 0.56
Hex BB 62 8B 0 30 1A 1B 14C 28 38
Octal 273 142 213 0 60 32 33 514 50 70
Binary 10111011 1100010 10001011 0 110000 11010 11011 101001100 101000 111000

Color Harmonies of #BB628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB628B

Black with #BB628B

Text Example


Text Example

White with #BB628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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