#BE817F

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

Shades of Brandy Rose #BE817F

Tints of Brandy Rose #BE817F

Color information

#BE817F (or 0xBE817F) is unknown color: approx Brandy Rose. HEX triplet: BE, 81 and 7F. RGB value is (190,129,127). Sum of RGB (Red+Green+Blue) = 190+129+127=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE817F is #417E80. Grayscale: #939393. Windows color (decimal): -4292225 or 8356286. OLE color: 8356286.

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

Color convert

RGB190129127-
CMYK00.320.330.25
HSL1.9º32.64%62.16%-
HSV(B)1.9º33.16%74.51%-
XYZ32.9228.1823.78-
YUV147.01116.71158.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 127 (50% from 255) = 28.48%
R=42.60%
G=28.92%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012912700.320.330.251.932.6462.16
HexBE817F02021192213e
Octal276201177040413124176
Binary1011111010000001111111101000001000011100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE817F; }

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

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

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

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

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

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

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

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