#BE9995

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

Shades of Rosy Brown #BE9995

Tints of Rosy Brown #BE9995

Color information

#BE9995 (or 0xBE9995) is unknown color: approx Rosy Brown. HEX triplet: BE, 99 and 95. RGB value is (190,153,149). Sum of RGB (Red+Green+Blue) = 190+153+149=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9995 is #41666A. Grayscale: #A3A3A3. Windows color (decimal): -4286059 or 9804222. OLE color: 9804222.

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

Color convert

RGB190153149-
CMYK00.190.220.25
HSL5.85º23.98%66.47%-
HSV(B)5.85º21.58%74.51%-
XYZ38.0535.933.36-
YUV163.61119.76146.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=38.62%
G=31.10%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015314900.190.220.255.8523.9866.47
HexBE9995013161961842
Octal2762312250232631630102
Binary1011111010011001100101010100111011011001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9995; }

 p { color: rgb(190,153,149); }

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

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

 a { background-color: rgb(190,153,149); }

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

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

 span { border-color: rgb(190,153,149); }

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