#BE9494

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

Shades of Rosy Brown #BE9494

Tints of Rosy Brown #BE9494

Color information

#BE9494 (or 0xBE9494) is unknown color: approx Rosy Brown. HEX triplet: BE, 94 and 94. RGB value is (190,148,148). Sum of RGB (Red+Green+Blue) = 190+148+148=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9494 is #416B6B. Grayscale: #A0A0A0. Windows color (decimal): -4287340 or 9737406. OLE color: 9737406.

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

Color convert

RGB190148148-
CMYK00.220.220.25
HSL24.42%66.27%-
HSV(B)22.11%74.51%-
XYZ37.1734.2732.67-
YUV160.56120.91149-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=39.09%
G=30.45%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014814800.220.220.25024.4266.27
HexBE9494016161901842
Octal2762242240262631030102
Binary10111110100101001001010001011010110110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9494; }

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

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

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

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

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

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

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

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