Html Css Color HEX #BB8B95 Viola

📋 copy color: '#BB8B95'

red 187 ◦ green 139 ◦ blue 149

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

Shades of Viola #BB8B95

Tints of Viola #BB8B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

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

R = 39.37%
G = 29.26%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB8B95 (or 0xBB8B95) is known color: Viola. HEX triplet: BB, 8B and 95. RGB value is (187,139,149). Sum of RGB (Red+Green+Blue) = 187+139+149=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8B95 is #44746A. Grayscale: #9A9A9A. Windows color (decimal): -4486251 or 9800635. OLE color: 9800635.

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

Color convert

RGB 187 139 149 -
CMYK 0 0.26 0.20 0.27
HSL 347.5º 0.26% 0.64% -
HSV(B) 347.5º 0.26% 0.73% -
XYZ 35.15 31.2 32.6 -
YUV 154.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 187 139 149 0 0.26 0.20 0.27 347.5 0.26 0.64
Hex BB 8B 95 0 1A 14 1B 15C 1A 40
Octal 273 213 225 0 32 24 33 534 32 100
Binary 10111011 10001011 10010101 0 11010 10100 11011 101011100 11010 1000000

Color Harmonies of #BB8B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B95

Black with #BB8B95

Text Example


Text Example

White with #BB8B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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