#BE9A96

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

Shades of Rosy Brown #BE9A96

Tints of Rosy Brown #BE9A96

Color information

#BE9A96 (or 0xBE9A96) is unknown color: approx Rosy Brown. HEX triplet: BE, 9A and 96. RGB value is (190,154,150). Sum of RGB (Red+Green+Blue) = 190+154+150=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A96 is #416569. Grayscale: #A4A4A4. Windows color (decimal): -4285802 or 9870014. OLE color: 9870014.

HSL color Cylindrical-coordinate representation of color #BE9A96: hue angle of 6º 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 #BE9A96 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190154150-
CMYK00.190.210.25
HSL23.53%66.67%-
HSV(B)21.05%74.51%-
XYZ38.336.2633.83-
YUV164.31119.93146.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=38.46%
G=31.17%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015415000.190.210.25623.5366.67
HexBE9A96013151961843
Octal2762322260232531630103
Binary1011111010011010100101100100111010111001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A96; }

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

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

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

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

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

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

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

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