Html Css Color HEX #BB707F Tapestry

📋 copy color: '#BB707F'

red 187 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #BB707F

Tints of Tapestry #BB707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.29%

 BLUE value IS 127 (50% from 255) = 29.81%

R = 43.9%
G = 26.29%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB707F (or 0xBB707F) is known color: Tapestry. HEX triplet: BB, 70 and 7F. RGB value is (187,112,127). Sum of RGB (Red+Green+Blue) = 187+112+127=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707F is #448F80. Grayscale: #888888. Windows color (decimal): -4493185 or 8351931. OLE color: 8351931.

HSL color Cylindrical-coordinate representation of color #BB707F: hue angle of 348º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB707F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 127 -
CMYK 0 0.40 0.32 0.27
HSL 348º 0.36% 0.59% -
HSV(B) 348º 0.4% 0.73% -
XYZ 30.12 23.69 23.06 -
YUV 136.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 187 112 127 0 0.40 0.32 0.27 348 0.36 0.59
Hex BB 70 7F 0 28 20 1B 15C 24 3B
Octal 273 160 177 0 50 40 33 534 44 73
Binary 10111011 1110000 1111111 0 101000 100000 11011 101011100 100100 111011

Color Harmonies of #BB707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB707F

Black with #BB707F

Text Example


Text Example

White with #BB707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB707F; }

 p { color: rgb(187,112,127); }

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

background-color css

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

 a { background-color: rgb(187,112,127); }

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

border-color css

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

 span { border-color: rgb(187,112,127); }

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