#BE8F8C

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

Shades of Rosy Brown #BE8F8C

Tints of Rosy Brown #BE8F8C

Color information

#BE8F8C (or 0xBE8F8C) is unknown color: approx Rosy Brown. HEX triplet: BE, 8F and 8C. RGB value is (190,143,140). Sum of RGB (Red+Green+Blue) = 190+143+140=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F8C is #417073. Grayscale: #9C9C9C. Windows color (decimal): -4288628 or 9211838. OLE color: 9211838.

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

Color convert

RGB190143140-
CMYK00.250.260.25
HSL3.6º27.78%64.71%-
HSV(B)3.6º26.32%74.51%-
XYZ35.7932.4929.19-
YUV156.71118.57151.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=40.17%
G=30.23%
B=29.60%

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
Decimal19014314000.250.260.253.627.7864.71
HexBE8F8C0191A1941c41
Octal2762172140313231434101
Binary1011111010001111100011000110011101011001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F8C; }

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

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

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

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

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

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

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

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