#BE8C8C

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

Shades of Rosy Brown #BE8C8C

Tints of Rosy Brown #BE8C8C

Color information

#BE8C8C (or 0xBE8C8C) is unknown color: approx Rosy Brown. HEX triplet: BE, 8C and 8C. RGB value is (190,140,140). Sum of RGB (Red+Green+Blue) = 190+140+140=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C8C is #417373. Grayscale: #9B9B9B. Windows color (decimal): -4289396 or 9211070. OLE color: 9211070.

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

Color convert

RGB190140140-
CMYK00.260.260.25
HSL27.78%64.71%-
HSV(B)26.32%74.51%-
XYZ35.3531.629.05-
YUV154.95119.56153-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=40.43%
G=29.79%
B=29.79%

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
Decimal19014014000.260.260.25027.7864.71
HexBE8C8C01A1A1901c41
Octal2762142140323231034101
Binary10111110100011001000110001101011010110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C8C; }

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

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

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

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

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

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

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

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