#BE9794

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

Shades of Rosy Brown #BE9794

Tints of Rosy Brown #BE9794

Color information

#BE9794 (or 0xBE9794) is unknown color: approx Rosy Brown. HEX triplet: BE, 97 and 94. RGB value is (190,151,148). Sum of RGB (Red+Green+Blue) = 190+151+148=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9794 is #41686B. Grayscale: #A2A2A2. Windows color (decimal): -4286572 or 9738174. OLE color: 9738174.

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

Color convert

RGB190151148-
CMYK00.210.220.25
HSL4.29º24.42%66.27%-
HSV(B)4.29º22.11%74.51%-
XYZ37.6535.2232.83-
YUV162.32119.92147.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=38.85%
G=30.88%
B=30.27%

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
Decimal19015114800.210.220.254.2924.4266.27
HexBE9794015161941842
Octal2762272240252631430102
Binary1011111010010111100101000101011011011001100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9794; }

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

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

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

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

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

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

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

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