Html Css Color HEX #BB6575 Tapestry

📋 copy color: '#BB6575'

red 187 ◦ green 101 ◦ blue 117

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

Shades of Tapestry #BB6575

Tints of Tapestry #BB6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 46.17%
G = 24.94%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB6575 (or 0xBB6575) is known color: Tapestry. HEX triplet: BB, 65 and 75. RGB value is (187,101,117). Sum of RGB (Red+Green+Blue) = 187+101+117=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6575 is #449A8A. Grayscale: #808080. Windows color (decimal): -4496011 or 7693755. OLE color: 7693755.

HSL color Cylindrical-coordinate representation of color #BB6575: hue angle of 348.84º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6575 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 117 -
CMYK 0 0.46 0.37 0.27
HSL 348.84º 0.39% 0.56% -
HSV(B) 348.84º 0.46% 0.73% -
XYZ 28.36 21.16 19.42 -
YUV 128.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 187 101 117 0 0.46 0.37 0.27 348.84 0.39 0.56
Hex BB 65 75 0 2E 25 1B 15D 27 38
Octal 273 145 165 0 56 45 33 535 47 70
Binary 10111011 1100101 1110101 0 101110 100101 11011 101011101 100111 111000

Color Harmonies of #BB6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6575

Black with #BB6575

Text Example


Text Example

White with #BB6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6575; }

 p { color: rgb(187,101,117); }

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

background-color css

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

 a { background-color: rgb(187,101,117); }

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

border-color css

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

 span { border-color: rgb(187,101,117); }

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