#BE9896

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

Shades of Rosy Brown #BE9896

Tints of Rosy Brown #BE9896

Color information

#BE9896 (or 0xBE9896) is unknown color: approx Rosy Brown. HEX triplet: BE, 98 and 96. RGB value is (190,152,150). Sum of RGB (Red+Green+Blue) = 190+152+150=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9896 is #416769. Grayscale: #A3A3A3. Windows color (decimal): -4286314 or 9869502. OLE color: 9869502.

HSL color Cylindrical-coordinate representation of color #BE9896: hue angle of 3º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE9896 is Cyan = 0, Magento = 0.2, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190152150-
CMYK00.20.210.25
HSL23.53%66.67%-
HSV(B)21.05%74.51%-
XYZ37.9735.6133.73-
YUV163.13120.59147.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=38.62%
G=30.89%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015215000.20.210.25323.5366.67
HexBE9896014151931843
Octal2762302260242531330103
Binary101111101001100010010110010100101011100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9896; }

 p { color: rgb(190,152,150); }

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

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

 a { background-color: rgb(190,152,150); }

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

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

 span { border-color: rgb(190,152,150); }

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