Html Css Color HEX #BC8B90 Viola

📋 copy color: '#BC8B90'

red 188 ◦ green 139 ◦ blue 144

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

Shades of Viola #BC8B90

Tints of Viola #BC8B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 39.92%
G = 29.51%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8B90 (or 0xBC8B90) is known color: Viola. HEX triplet: BC, 8B and 90. RGB value is (188,139,144). Sum of RGB (Red+Green+Blue) = 188+139+144=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B90 is #43746F. Grayscale: #9A9A9A. Windows color (decimal): -4420720 or 9472956. OLE color: 9472956.

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

Color convert

RGB 188 139 144 -
CMYK 0 0.26 0.23 0.26
HSL 353.88º 0.27% 0.64% -
HSV(B) 353.88º 0.26% 0.74% -
XYZ 35.01 31.17 30.56 -
YUV 154.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 188 139 144 0 0.26 0.23 0.26 353.88 0.27 0.64
Hex BC 8B 90 0 1A 17 1A 162 1B 40
Octal 274 213 220 0 32 27 32 542 33 100
Binary 10111100 10001011 10010000 0 11010 10111 11010 101100010 11011 1000000

Color Harmonies of #BC8B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B90

Black with #BC8B90

Text Example


Text Example

White with #BC8B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B90; }

 p { color: rgb(188,139,144); }

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

background-color css

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

 a { background-color: rgb(188,139,144); }

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

border-color css

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

 span { border-color: rgb(188,139,144); }

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