Html Css Color HEX #BB707A Tapestry

📋 copy color: '#BB707A'

red 187 ◦ green 112 ◦ blue 122

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

Shades of Tapestry #BB707A

Tints of Tapestry #BB707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 44.42%
G = 26.6%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB707A (or 0xBB707A) is known color: Tapestry. HEX triplet: BB, 70 and 7A. RGB value is (187,112,122). Sum of RGB (Red+Green+Blue) = 187+112+122=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707A is #448F85. Grayscale: #878787. Windows color (decimal): -4493190 or 8024251. OLE color: 8024251.

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

Color convert

RGB 187 112 122 -
CMYK 0 0.40 0.35 0.27
HSL 352º 0.36% 0.59% -
HSV(B) 352º 0.4% 0.73% -
XYZ 29.8 23.56 21.39 -
YUV 135.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 187 112 122 0 0.40 0.35 0.27 352 0.36 0.59
Hex BB 70 7A 0 28 23 1B 160 24 3B
Octal 273 160 172 0 50 43 33 540 44 73
Binary 10111011 1110000 1111010 0 101000 100011 11011 101100000 100100 111011

Color Harmonies of #BB707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB707A

Black with #BB707A

Text Example


Text Example

White with #BB707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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