#BE8170

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

Shades of Brandy Rose #BE8170

Tints of Brandy Rose #BE8170

Color information

#BE8170 (or 0xBE8170) is unknown color: approx Brandy Rose. HEX triplet: BE, 81 and 70. RGB value is (190,129,112). Sum of RGB (Red+Green+Blue) = 190+129+112=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8170 is #417E8F. Grayscale: #919191. Windows color (decimal): -4292240 or 7373246. OLE color: 7373246.

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

Color convert

RGB190129112-
CMYK00.320.410.25
HSL13.08º37.5%59.22%-
HSV(B)13.08º41.05%74.51%-
XYZ32.0127.8219.01-
YUV145.3109.21159.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=44.08%
G=29.93%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012911200.320.410.2513.0837.559.22
HexBE81700202919d263b
Octal2762011600405131154673
Binary101111101000000111100000100000101001110011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8170; }

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

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

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

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

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

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

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

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