#BE817B

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

Shades of Brandy Rose #BE817B

Tints of Brandy Rose #BE817B

Color information

#BE817B (or 0xBE817B) is unknown color: approx Brandy Rose. HEX triplet: BE, 81 and 7B. RGB value is (190,129,123). Sum of RGB (Red+Green+Blue) = 190+129+123=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE817B is #417E84. Grayscale: #929292. Windows color (decimal): -4292229 or 8094142. OLE color: 8094142.

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

Color convert

RGB190129123-
CMYK00.320.350.25
HSL5.37º34.01%61.37%-
HSV(B)5.37º35.26%74.51%-
XYZ32.6628.0822.44-
YUV146.55114.71158.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=42.99%
G=29.19%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012912300.320.350.255.3734.0161.37
HexBE817B02023195223d
Octal276201173040433154275
Binary10111110100000011111011010000010001111001101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE817B; }

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

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

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

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

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

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

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

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