Html Css Color HEX #BD8995 Viola

📋 copy color: '#BD8995'

red 189 ◦ green 137 ◦ blue 149

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

Shades of Viola #BD8995

Tints of Viola #BD8995

RGB

 RED value IS 189 (74.22% from 255) = 39.79%

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

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

R = 39.79%
G = 28.84%
B = 31.37%

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

#BD8995 (or 0xBD8995) is known color: Viola. HEX triplet: BD, 89 and 95. RGB value is (189,137,149). Sum of RGB (Red+Green+Blue) = 189+137+149=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8995 is #42766A. Grayscale: #999999. Windows color (decimal): -4355691 or 9800125. OLE color: 9800125.

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

Color convert

RGB 189 137 149 -
CMYK 0 0.28 0.21 0.26
HSL 346.15º 0.28% 0.64% -
HSV(B) 346.15º 0.28% 0.74% -
XYZ 35.36 30.88 32.53 -
YUV 153.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 189 137 149 0 0.28 0.21 0.26 346.15 0.28 0.64
Hex BD 89 95 0 1C 15 1A 15A 1C 40
Octal 275 211 225 0 34 25 32 532 34 100
Binary 10111101 10001001 10010101 0 11100 10101 11010 101011010 11100 1000000

Color Harmonies of #BD8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8995

Black with #BD8995

Text Example


Text Example

White with #BD8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8995; }

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

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

background-color css

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

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

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

border-color css

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

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

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