#BE8A6F

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

Shades of Brandy Rose #BE8A6F

Tints of Brandy Rose #BE8A6F

Color information

#BE8A6F (or 0xBE8A6F) is unknown color: approx Brandy Rose. HEX triplet: BE, 8A and 6F. RGB value is (190,138,111). Sum of RGB (Red+Green+Blue) = 190+138+111=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A6F is #417590. Grayscale: #969696. Windows color (decimal): -4289937 or 7310014. OLE color: 7310014.

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

Color convert

RGB190138111-
CMYK00.270.420.25
HSL20.51º37.8%59.02%-
HSV(B)20.51º41.58%74.51%-
XYZ33.1930.2719.13-
YUV150.47105.73156.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=43.28%
G=31.44%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013811100.270.420.2520.5137.859.02
HexBE8A6F01B2A1915263b
Octal2762121570335231254673
Binary101111101000101011011110110111010101100110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A6F; }

 p { color: rgb(190,138,111); }

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

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

 a { background-color: rgb(190,138,111); }

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

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

 span { border-color: rgb(190,138,111); }

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