Html Css Color HEX #BB7083 Tapestry

📋 copy color: '#BB7083'

red 187 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #BB7083

Tints of Tapestry #BB7083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 43.49%
G = 26.05%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB7083 (or 0xBB7083) is known color: Tapestry. HEX triplet: BB, 70 and 83. RGB value is (187,112,131). Sum of RGB (Red+Green+Blue) = 187+112+131=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7083 is #448F7C. Grayscale: #888888. Windows color (decimal): -4493181 or 8614075. OLE color: 8614075.

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

Color convert

RGB 187 112 131 -
CMYK 0 0.40 0.30 0.27
HSL 344.8º 0.36% 0.59% -
HSV(B) 344.8º 0.4% 0.73% -
XYZ 30.38 23.79 24.46 -
YUV 136.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 187 112 131 0 0.40 0.30 0.27 344.8 0.36 0.59
Hex BB 70 83 0 28 1E 1B 159 24 3B
Octal 273 160 203 0 50 36 33 531 44 73
Binary 10111011 1110000 10000011 0 101000 11110 11011 101011001 100100 111011

Color Harmonies of #BB7083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7083

Black with #BB7083

Text Example


Text Example

White with #BB7083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7083; }

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

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

background-color css

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

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

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

border-color css

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

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

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