#BE9A9A

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

Shades of Rosy Brown #BE9A9A

Tints of Rosy Brown #BE9A9A

Color information

#BE9A9A (or 0xBE9A9A) is unknown color: approx Rosy Brown. HEX triplet: BE, 9A and 9A. RGB value is (190,154,154). Sum of RGB (Red+Green+Blue) = 190+154+154=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A9A is #416565. Grayscale: #A4A4A4. Windows color (decimal): -4285798 or 10132158. OLE color: 10132158.

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

Color convert

RGB190154154-
CMYK00.190.190.25
HSL21.69%67.45%-
HSV(B)18.95%74.51%-
XYZ38.6236.3935.56-
YUV164.76121.93146-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=38.15%
G=30.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015415400.190.190.25021.6967.45
HexBE9A9A013131901643
Octal2762322320232331026103
Binary10111110100110101001101001001110011110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A9A; }

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

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

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

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

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

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

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

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