Html Css Color HEX #BB8995 Viola

📋 copy color: '#BB8995'

red 187 ◦ green 137 ◦ blue 149

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

Shades of Viola #BB8995

Tints of Viola #BB8995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.96%

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 39.53%
G = 28.96%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB8995 (or 0xBB8995) is known color: Viola. HEX triplet: BB, 89 and 95. RGB value is (187,137,149). Sum of RGB (Red+Green+Blue) = 187+137+149=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8995 is #44766A. Grayscale: #999999. Windows color (decimal): -4486763 or 9800123. OLE color: 9800123.

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

Color convert

RGB 187 137 149 -
CMYK 0 0.27 0.20 0.27
HSL 345.6º 0.27% 0.64% -
HSV(B) 345.6º 0.27% 0.73% -
XYZ 34.86 30.63 32.51 -
YUV 153.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 187 137 149 0 0.27 0.20 0.27 345.6 0.27 0.64
Hex BB 89 95 0 1B 14 1B 15A 1B 40
Octal 273 211 225 0 33 24 33 532 33 100
Binary 10111011 10001001 10010101 0 11011 10100 11011 101011010 11011 1000000

Color Harmonies of #BB8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8995

Black with #BB8995

Text Example


Text Example

White with #BB8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8995; }

 p { color: rgb(187,137,149); }

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

background-color css

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

 a { background-color: rgb(187,137,149); }

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

border-color css

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

 span { border-color: rgb(187,137,149); }

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