#BE8F8F

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

Shades of Rosy Brown #BE8F8F

Tints of Rosy Brown #BE8F8F

Color information

#BE8F8F (or 0xBE8F8F) is unknown color: approx Rosy Brown. HEX triplet: BE, 8F and 8F. RGB value is (190,143,143). Sum of RGB (Red+Green+Blue) = 190+143+143=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F8F is #417070. Grayscale: #9D9D9D. Windows color (decimal): -4288625 or 9408446. OLE color: 9408446.

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

Color convert

RGB190143143-
CMYK00.250.250.25
HSL26.55%65.29%-
HSV(B)24.74%74.51%-
XYZ36.0232.5830.38-
YUV157.05120.07151.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=39.92%
G=30.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014314300.250.250.25026.5565.29
HexBE8F8F019191901b41
Octal2762172170313131033101
Binary10111110100011111000111101100111001110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F8F; }

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

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

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

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

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

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

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

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