#BE8D8D

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

Shades of Rosy Brown #BE8D8D

Tints of Rosy Brown #BE8D8D

Color information

#BE8D8D (or 0xBE8D8D) is unknown color: approx Rosy Brown. HEX triplet: BE, 8D and 8D. RGB value is (190,141,141). Sum of RGB (Red+Green+Blue) = 190+141+141=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D8D is #417272. Grayscale: #9B9B9B. Windows color (decimal): -4289139 or 9276862. OLE color: 9276862.

HSL color Cylindrical-coordinate representation of color #BE8D8D: 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.26%. Process color model (Four color, CMYK) of #BE8D8D is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190141141-
CMYK00.260.260.25
HSL27.37%64.9%-
HSV(B)25.79%74.51%-
XYZ35.5731.9229.49-
YUV155.65119.73152.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=40.25%
G=29.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014114100.260.260.25027.3764.9
HexBE8D8D01A1A1901b41
Octal2762152150323231033101
Binary10111110100011011000110101101011010110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D8D; }

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

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

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

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

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

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

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

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