#BE9898

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

Shades of Rosy Brown #BE9898

Tints of Rosy Brown #BE9898

Color information

#BE9898 (or 0xBE9898) is unknown color: approx Rosy Brown. HEX triplet: BE, 98 and 98. RGB value is (190,152,152). Sum of RGB (Red+Green+Blue) = 190+152+152=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9898 is #416767. Grayscale: #A3A3A3. Windows color (decimal): -4286312 or 10000574. OLE color: 10000574.

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

Color convert

RGB190152152-
CMYK00.20.20.25
HSL22.62%67.06%-
HSV(B)20%74.51%-
XYZ38.1335.6734.58-
YUV163.36121.59147-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015215200.20.20.25022.6267.06
HexBE9898014141901743
Octal2762302300242431027103
Binary10111110100110001001100001010010100110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9898; }

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

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

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

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

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

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

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

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