Html Css Color HEX #BB638A Tapestry

📋 copy color: '#BB638A'

red 187 ◦ green 99 ◦ blue 138

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

Shades of Tapestry #BB638A

Tints of Tapestry #BB638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 44.1%
G = 23.35%
B = 32.55%

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

#BB638A (or 0xBB638A) is known color: Tapestry. HEX triplet: BB, 63 and 8A. RGB value is (187,99,138). Sum of RGB (Red+Green+Blue) = 187+99+138=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB638A is #449C75. Grayscale: #818181. Windows color (decimal): -4496502 or 9069499. OLE color: 9069499.

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

Color convert

RGB 187 99 138 -
CMYK 0 0.47 0.26 0.27
HSL 333.41º 0.39% 0.56% -
HSV(B) 333.41º 0.47% 0.73% -
XYZ 29.54 21.32 26.6 -
YUV 129.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 187 99 138 0 0.47 0.26 0.27 333.41 0.39 0.56
Hex BB 63 8A 0 2F 1A 1B 14D 27 38
Octal 273 143 212 0 57 32 33 515 47 70
Binary 10111011 1100011 10001010 0 101111 11010 11011 101001101 100111 111000

Color Harmonies of #BB638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB638A

Black with #BB638A

Text Example


Text Example

White with #BB638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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