Html Css Color HEX #BB708C Tapestry

📋 copy color: '#BB708C'

red 187 ◦ green 112 ◦ blue 140

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

Shades of Tapestry #BB708C

Tints of Tapestry #BB708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 42.6%
G = 25.51%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB708C (or 0xBB708C) is known color: Tapestry. HEX triplet: BB, 70 and 8C. RGB value is (187,112,140). Sum of RGB (Red+Green+Blue) = 187+112+140=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB708C is #448F73. Grayscale: #898989. Windows color (decimal): -4493172 or 9203899. OLE color: 9203899.

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

Color convert

RGB 187 112 140 -
CMYK 0 0.40 0.25 0.27
HSL 337.6º 0.36% 0.59% -
HSV(B) 337.6º 0.4% 0.73% -
XYZ 31.02 24.05 27.82 -
YUV 137.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 187 112 140 0 0.40 0.25 0.27 337.6 0.36 0.59
Hex BB 70 8C 0 28 19 1B 152 24 3B
Octal 273 160 214 0 50 31 33 522 44 73
Binary 10111011 1110000 10001100 0 101000 11001 11011 101010010 100100 111011

Color Harmonies of #BB708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB708C

Black with #BB708C

Text Example


Text Example

White with #BB708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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