#B78296

Color #B78296 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B78296

Tints of Viola #B78296

Color information

#B78296 (or 0xB78296) is unknown color: approx Viola. HEX triplet: B7, 82 and 96. RGB value is (183,130,150). Sum of RGB (Red+Green+Blue) = 183+130+150=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B78296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78296 is #487D69. Grayscale: #949494. Windows color (decimal): -4750698 or 9863863. OLE color: 9863863.

HSL color Cylindrical-coordinate representation of color #B78296: hue angle of 337.36º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B78296 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB183130150-
CMYK00.290.180.28
HSL337.36º26.9%61.37%-
HSV(B)337.36º28.96%71.76%-
XYZ33.0228.2332.56-
YUV148.13129.06152.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=39.52%
G=28.08%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313015000.290.180.28337.3626.961.37
HexB7829601D121C1511b3d
Octal26720222603522345213375
Binary101101111000001010010110011101100101110010101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78296; }

 p { color: rgb(183,130,150); }

 H1.HeaderClassName
 {
   color: #B78296;
 }
 .AnyTagClassName
 {
   color: #B78296;
 }
</style>
background-color css

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

 a { background-color: rgb(183,130,150); }

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

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

 span { border-color: rgb(183,130,150); }

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