Html Css Color HEX #BC8795 Viola

📋 copy color: '#BC8795'

red 188 ◦ green 135 ◦ blue 149

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

Shades of Viola #BC8795

Tints of Viola #BC8795

RGB

 RED value IS 188 (73.83% from 255) = 39.83%

 GREEN value IS 135 (53.13% from 255) = 28.6%

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

R = 39.83%
G = 28.6%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC8795 (or 0xBC8795) is known color: Viola. HEX triplet: BC, 87 and 95. RGB value is (188,135,149). Sum of RGB (Red+Green+Blue) = 188+135+149=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8795 is #43786A. Grayscale: #989898. Windows color (decimal): -4421739 or 9799612. OLE color: 9799612.

HSL color Cylindrical-coordinate representation of color #BC8795: hue angle of 344.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8795 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 149 -
CMYK 0 0.28 0.21 0.26
HSL 344.15º 0.28% 0.63% -
HSV(B) 344.15º 0.28% 0.74% -
XYZ 34.83 30.19 32.43 -
YUV 152.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 188 135 149 0 0.28 0.21 0.26 344.15 0.28 0.63
Hex BC 87 95 0 1C 15 1A 158 1C 3F
Octal 274 207 225 0 34 25 32 530 34 77
Binary 10111100 10000111 10010101 0 11100 10101 11010 101011000 11100 111111

Color Harmonies of #BC8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8795

Black with #BC8795

Text Example


Text Example

White with #BC8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8795; }

 p { color: rgb(188,135,149); }

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

background-color css

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

 a { background-color: rgb(188,135,149); }

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

border-color css

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

 span { border-color: rgb(188,135,149); }

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