Html Css Color HEX #BB708D Tapestry

📋 copy color: '#BB708D'

red 187 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #BB708D

Tints of Tapestry #BB708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 42.5%
G = 25.45%
B = 32.05%

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

#BB708D (or 0xBB708D) is known color: Tapestry. HEX triplet: BB, 70 and 8D. RGB value is (187,112,141). Sum of RGB (Red+Green+Blue) = 187+112+141=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB708D is #448F72. Grayscale: #898989. Windows color (decimal): -4493171 or 9269435. OLE color: 9269435.

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

Color convert

RGB 187 112 141 -
CMYK 0 0.40 0.25 0.27
HSL 336.8º 0.36% 0.59% -
HSV(B) 336.8º 0.4% 0.73% -
XYZ 31.1 24.08 28.21 -
YUV 137.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 187 112 141 0 0.40 0.25 0.27 336.8 0.36 0.59
Hex BB 70 8D 0 28 19 1B 151 24 3B
Octal 273 160 215 0 50 31 33 521 44 73
Binary 10111011 1110000 10001101 0 101000 11001 11011 101010001 100100 111011

Color Harmonies of #BB708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB708D

Black with #BB708D

Text Example


Text Example

White with #BB708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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