#BE9895

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

Shades of Rosy Brown #BE9895

Tints of Rosy Brown #BE9895

Color information

#BE9895 (or 0xBE9895) is unknown color: approx Rosy Brown. HEX triplet: BE, 98 and 95. RGB value is (190,152,149). Sum of RGB (Red+Green+Blue) = 190+152+149=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9895 is #41676A. Grayscale: #A3A3A3. Windows color (decimal): -4286315 or 9803966. OLE color: 9803966.

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

Color convert

RGB190152149-
CMYK00.20.220.25
HSL4.39º23.98%66.47%-
HSV(B)4.39º21.58%74.51%-
XYZ37.8935.5733.3-
YUV163.02120.09147.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=38.70%
G=30.96%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015214900.20.220.254.3923.9866.47
HexBE9895014161941842
Octal2762302250242631430102
Binary1011111010011000100101010101001011011001100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9895; }

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

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

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

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

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

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

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

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