#BE8C8B

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

Shades of Rosy Brown #BE8C8B

Tints of Rosy Brown #BE8C8B

Color information

#BE8C8B (or 0xBE8C8B) is unknown color: approx Rosy Brown. HEX triplet: BE, 8C and 8B. RGB value is (190,140,139). Sum of RGB (Red+Green+Blue) = 190+140+139=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C8B is #417374. Grayscale: #9A9A9A. Windows color (decimal): -4289397 or 9145534. OLE color: 9145534.

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

Color convert

RGB190140139-
CMYK00.260.270.25
HSL1.18º28.18%64.51%-
HSV(B)1.18º26.84%74.51%-
XYZ35.2731.5728.66-
YUV154.84119.06153.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=40.51%
G=29.85%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014013900.260.270.251.1828.1864.51
HexBE8C8B01A1B1911c41
Octal2762142130323331134101
Binary10111110100011001000101101101011011110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C8B; }

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

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

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

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

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

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

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

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