#BE817E

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

Shades of Brandy Rose #BE817E

Tints of Brandy Rose #BE817E

Color information

#BE817E (or 0xBE817E) is unknown color: approx Brandy Rose. HEX triplet: BE, 81 and 7E. RGB value is (190,129,126). Sum of RGB (Red+Green+Blue) = 190+129+126=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE817E is #417E81. Grayscale: #929292. Windows color (decimal): -4292226 or 8290750. OLE color: 8290750.

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

Color convert

RGB190129126-
CMYK00.320.340.25
HSL2.81º32.99%61.96%-
HSV(B)2.81º33.68%74.51%-
XYZ32.8528.1523.44-
YUV146.9116.21158.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=42.70%
G=28.99%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012912600.320.340.252.8132.9961.96
HexBE817E02022193213e
Octal276201176040423134176
Binary1011111010000001111111001000001000101100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE817E; }

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

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

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

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

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

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

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

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