#BE9795

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

Shades of Rosy Brown #BE9795

Tints of Rosy Brown #BE9795

Color information

#BE9795 (or 0xBE9795) is unknown color: approx Rosy Brown. HEX triplet: BE, 97 and 95. RGB value is (190,151,149). Sum of RGB (Red+Green+Blue) = 190+151+149=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9795 is #41686A. Grayscale: #A2A2A2. Windows color (decimal): -4286571 or 9803710. OLE color: 9803710.

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

Color convert

RGB190151149-
CMYK00.210.220.25
HSL2.93º23.98%66.47%-
HSV(B)2.93º21.58%74.51%-
XYZ37.7335.2533.25-
YUV162.43120.42147.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=38.78%
G=30.82%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015114900.210.220.252.9323.9866.47
HexBE9795015161931842
Octal2762272250252631330102
Binary101111101001011110010101010101101101100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9795; }

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

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

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

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

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

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

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

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