Html Css Color HEX #BB8595 Viola

📋 copy color: '#BB8595'

red 187 ◦ green 133 ◦ blue 149

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

Shades of Viola #BB8595

Tints of Viola #BB8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

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

R = 39.87%
G = 28.36%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB8595 (or 0xBB8595) is known color: Viola. HEX triplet: BB, 85 and 95. RGB value is (187,133,149). Sum of RGB (Red+Green+Blue) = 187+133+149=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8595 is #447A6A. Grayscale: #969696. Windows color (decimal): -4487787 or 9799099. OLE color: 9799099.

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

Color convert

RGB 187 133 149 -
CMYK 0 0.29 0.20 0.27
HSL 342.22º 0.28% 0.63% -
HSV(B) 342.22º 0.29% 0.73% -
XYZ 34.31 29.51 32.32 -
YUV 150.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 187 133 149 0 0.29 0.20 0.27 342.22 0.28 0.63
Hex BB 85 95 0 1D 14 1B 156 1C 3F
Octal 273 205 225 0 35 24 33 526 34 77
Binary 10111011 10000101 10010101 0 11101 10100 11011 101010110 11100 111111

Color Harmonies of #BB8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8595

Black with #BB8595

Text Example


Text Example

White with #BB8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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