#BE8E8E

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

Shades of Rosy Brown #BE8E8E

Tints of Rosy Brown #BE8E8E

Color information

#BE8E8E (or 0xBE8E8E) is unknown color: approx Rosy Brown. HEX triplet: BE, 8E and 8E. RGB value is (190,142,142). Sum of RGB (Red+Green+Blue) = 190+142+142=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E8E is #417171. Grayscale: #9C9C9C. Windows color (decimal): -4288882 or 9342654. OLE color: 9342654.

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

Color convert

RGB190142142-
CMYK00.250.250.25
HSL26.97%65.1%-
HSV(B)25.26%74.51%-
XYZ35.7932.2529.93-
YUV156.35119.9152-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=40.08%
G=29.96%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014214200.250.250.25026.9765.1
HexBE8E8E019191901b41
Octal2762162160313131033101
Binary10111110100011101000111001100111001110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E8E; }

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

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

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

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

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

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

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

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