#BE8870

Color #BE8870 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BE8870

Tints of Brandy Rose #BE8870

Color information

#BE8870 (or 0xBE8870) is unknown color: approx Brandy Rose. HEX triplet: BE, 88 and 70. RGB value is (190,136,112). Sum of RGB (Red+Green+Blue) = 190+136+112=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8870 is #41778F. Grayscale: #959595. Windows color (decimal): -4290448 or 7375038. OLE color: 7375038.

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

Color convert

RGB190136112-
CMYK00.280.410.25
HSL18.46º37.5%59.22%-
HSV(B)18.46º41.05%74.51%-
XYZ32.9629.7319.33-
YUV149.41106.89156.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=43.38%
G=31.05%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013611200.280.410.2518.4637.559.22
HexBE887001C291912263b
Octal2762101600345131224673
Binary101111101000100011100000111001010011100110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8870; }

 p { color: rgb(190,136,112); }

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

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

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

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

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

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

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