#BE9C99

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

Shades of Rosy Brown #BE9C99

Tints of Rosy Brown #BE9C99

Color information

#BE9C99 (or 0xBE9C99) is unknown color: approx Rosy Brown. HEX triplet: BE, 9C and 99. RGB value is (190,156,153). Sum of RGB (Red+Green+Blue) = 190+156+153=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C99 is #416366. Grayscale: #A5A5A5. Windows color (decimal): -4285287 or 10067134. OLE color: 10067134.

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

Color convert

RGB190156153-
CMYK00.180.190.25
HSL4.86º22.16%67.25%-
HSV(B)4.86º19.47%74.51%-
XYZ38.8737.0235.23-
YUV165.82120.76145.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=38.08%
G=31.26%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015615300.180.190.254.8622.1667.25
HexBE9C99012131951643
Octal2762342310222331526103
Binary1011111010011100100110010100101001111001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C99; }

 p { color: rgb(190,156,153); }

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

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

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

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

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

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

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