Html Css Color HEX #BD8793 Viola

📋 copy color: '#BD8793'

red 189 ◦ green 135 ◦ blue 147

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

Shades of Viola #BD8793

Tints of Viola #BD8793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 40.13%
G = 28.66%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD8793 (or 0xBD8793) is known color: Viola. HEX triplet: BD, 87 and 93. RGB value is (189,135,147). Sum of RGB (Red+Green+Blue) = 189+135+147=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8793 is #42786C. Grayscale: #989898. Windows color (decimal): -4356205 or 9668541. OLE color: 9668541.

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

Color convert

RGB 189 135 147 -
CMYK 0 0.29 0.22 0.26
HSL 346.67º 0.29% 0.64% -
HSV(B) 346.67º 0.29% 0.74% -
XYZ 34.92 30.25 31.6 -
YUV 152.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 189 135 147 0 0.29 0.22 0.26 346.67 0.29 0.64
Hex BD 87 93 0 1D 16 1A 15B 1D 40
Octal 275 207 223 0 35 26 32 533 35 100
Binary 10111101 10000111 10010011 0 11101 10110 11010 101011011 11101 1000000

Color Harmonies of #BD8793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8793

Black with #BD8793

Text Example


Text Example

White with #BD8793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8793; }

 p { color: rgb(189,135,147); }

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

background-color css

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

 a { background-color: rgb(189,135,147); }

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

border-color css

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

 span { border-color: rgb(189,135,147); }

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