#BE866F

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

Shades of Brandy Rose #BE866F

Tints of Brandy Rose #BE866F

Color information

#BE866F (or 0xBE866F) is unknown color: approx Brandy Rose. HEX triplet: BE, 86 and 6F. RGB value is (190,134,111). Sum of RGB (Red+Green+Blue) = 190+134+111=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE866F is #417990. Grayscale: #949494. Windows color (decimal): -4290961 or 7308990. OLE color: 7308990.

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

Color convert

RGB190134111-
CMYK00.290.420.25
HSL17.47º37.8%59.02%-
HSV(B)17.47º41.58%74.51%-
XYZ32.6329.1518.94-
YUV148.12107.05157.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=43.68%
G=30.80%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013411100.290.420.2517.4737.859.02
HexBE866F01D2A1911263b
Octal2762061570355231214673
Binary101111101000011011011110111011010101100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE866F; }

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

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

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

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

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

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

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

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