#BE8F8D

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

Shades of Rosy Brown #BE8F8D

Tints of Rosy Brown #BE8F8D

Color information

#BE8F8D (or 0xBE8F8D) is unknown color: approx Rosy Brown. HEX triplet: BE, 8F and 8D. RGB value is (190,143,141). Sum of RGB (Red+Green+Blue) = 190+143+141=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F8D is #417072. Grayscale: #9C9C9C. Windows color (decimal): -4288627 or 9277374. OLE color: 9277374.

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

Color convert

RGB190143141-
CMYK00.250.260.25
HSL2.45º27.37%64.9%-
HSV(B)2.45º25.79%74.51%-
XYZ35.8732.5229.59-
YUV156.82119.07151.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=40.08%
G=30.17%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014314100.250.260.252.4527.3764.9
HexBE8F8D0191A1921b41
Octal2762172150313231233101
Binary101111101000111110001101011001110101100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F8D; }

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

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

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

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

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

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

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

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