#BE816E

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

Shades of Brandy Rose #BE816E

Tints of Brandy Rose #BE816E

Color information

#BE816E (or 0xBE816E) is unknown color: approx Brandy Rose. HEX triplet: BE, 81 and 6E. RGB value is (190,129,110). Sum of RGB (Red+Green+Blue) = 190+129+110=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE816E is #417E91. Grayscale: #919191. Windows color (decimal): -4292242 or 7242174. OLE color: 7242174.

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

Color convert

RGB190129110-
CMYK00.320.420.25
HSL14.25º38.1%58.82%-
HSV(B)14.25º42.11%74.51%-
XYZ31.927.7718.43-
YUV145.07108.21160.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=44.29%
G=30.07%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012911000.320.420.2514.2538.158.82
HexBE816E0202A19e263b
Octal2762011560405231164673
Binary101111101000000111011100100000101010110011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE816E; }

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

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

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

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

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

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

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

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