#BE8A8A

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

Shades of Rosy Brown #BE8A8A

Tints of Rosy Brown #BE8A8A

Color information

#BE8A8A (or 0xBE8A8A) is unknown color: approx Rosy Brown. HEX triplet: BE, 8A and 8A. RGB value is (190,138,138). Sum of RGB (Red+Green+Blue) = 190+138+138=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A8A is #417575. Grayscale: #999999. Windows color (decimal): -4289910 or 9079486. OLE color: 9079486.

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

Color convert

RGB190138138-
CMYK00.270.270.25
HSL28.57%64.31%-
HSV(B)27.37%74.51%-
XYZ34.9130.9628.18-
YUV153.55119.23154-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=40.77%
G=29.61%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013813800.270.270.25028.5764.31
HexBE8A8A01B1B1901d40
Octal2762122120333331035100
Binary10111110100010101000101001101111011110010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A8A; }

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

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

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

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

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

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

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

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