Html Css Color HEX #BB707B Tapestry

📋 copy color: '#BB707B'

red 187 ◦ green 112 ◦ blue 123

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

Shades of Tapestry #BB707B

Tints of Tapestry #BB707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 44.31%
G = 26.54%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB707B (or 0xBB707B) is known color: Tapestry. HEX triplet: BB, 70 and 7B. RGB value is (187,112,123). Sum of RGB (Red+Green+Blue) = 187+112+123=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707B is #448F84. Grayscale: #878787. Windows color (decimal): -4493189 or 8089787. OLE color: 8089787.

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

Color convert

RGB 187 112 123 -
CMYK 0 0.40 0.34 0.27
HSL 351.2º 0.36% 0.59% -
HSV(B) 351.2º 0.4% 0.73% -
XYZ 29.86 23.58 21.72 -
YUV 135.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 187 112 123 0 0.40 0.34 0.27 351.2 0.36 0.59
Hex BB 70 7B 0 28 22 1B 15F 24 3B
Octal 273 160 173 0 50 42 33 537 44 73
Binary 10111011 1110000 1111011 0 101000 100010 11011 101011111 100100 111011

Color Harmonies of #BB707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB707B

Black with #BB707B

Text Example


Text Example

White with #BB707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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