Html Css Color HEX #BB648A Tapestry

📋 copy color: '#BB648A'

red 187 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #BB648A

Tints of Tapestry #BB648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 44%
G = 23.53%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB648A (or 0xBB648A) is known color: Tapestry. HEX triplet: BB, 64 and 8A. RGB value is (187,100,138). Sum of RGB (Red+Green+Blue) = 187+100+138=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB648A is #449B75. Grayscale: #828282. Windows color (decimal): -4496246 or 9069755. OLE color: 9069755.

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

Color convert

RGB 187 100 138 -
CMYK 0 0.47 0.26 0.27
HSL 333.79º 0.39% 0.56% -
HSV(B) 333.79º 0.47% 0.73% -
XYZ 29.64 21.51 26.64 -
YUV 130.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 187 100 138 0 0.47 0.26 0.27 333.79 0.39 0.56
Hex BB 64 8A 0 2F 1A 1B 14E 27 38
Octal 273 144 212 0 57 32 33 516 47 70
Binary 10111011 1100100 10001010 0 101111 11010 11011 101001110 100111 111000

Color Harmonies of #BB648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB648A

Black with #BB648A

Text Example


Text Example

White with #BB648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB648A; }

 p { color: rgb(187,100,138); }

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

background-color css

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

 a { background-color: rgb(187,100,138); }

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

border-color css

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

 span { border-color: rgb(187,100,138); }

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