Html Css Color HEX #BB7D8A Tapestry

📋 copy color: '#BB7D8A'

red 187 ◦ green 125 ◦ blue 138

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

Shades of Tapestry #BB7D8A

Tints of Tapestry #BB7D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

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

R = 41.56%
G = 27.78%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB7D8A (or 0xBB7D8A) is known color: Tapestry. HEX triplet: BB, 7D and 8A. RGB value is (187,125,138). Sum of RGB (Red+Green+Blue) = 187+125+138=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7D8A is #448275. Grayscale: #919191. Windows color (decimal): -4489846 or 9076155. OLE color: 9076155.

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

Color convert

RGB 187 125 138 -
CMYK 0 0.33 0.26 0.27
HSL 347.42º 0.31% 0.61% -
HSV(B) 347.42º 0.33% 0.73% -
XYZ 32.41 27.07 27.56 -
YUV 145.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 187 125 138 0 0.33 0.26 0.27 347.42 0.31 0.61
Hex BB 7D 8A 0 21 1A 1B 15B 1F 3D
Octal 273 175 212 0 41 32 33 533 37 75
Binary 10111011 1111101 10001010 0 100001 11010 11011 101011011 11111 111101

Color Harmonies of #BB7D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D8A

Black with #BB7D8A

Text Example


Text Example

White with #BB7D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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