#BE866D

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

Shades of Brandy Rose #BE866D

Tints of Brandy Rose #BE866D

Color information

#BE866D (or 0xBE866D) is unknown color: approx Brandy Rose. HEX triplet: BE, 86 and 6D. RGB value is (190,134,109). Sum of RGB (Red+Green+Blue) = 190+134+109=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE866D is #417992. Grayscale: #949494. Windows color (decimal): -4290963 or 7177918. OLE color: 7177918.

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

Color convert

RGB190134109-
CMYK00.290.430.25
HSL18.52º38.39%58.63%-
HSV(B)18.52º42.63%74.51%-
XYZ32.5229.118.37-
YUV147.89106.05158.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=43.88%
G=30.95%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013410900.290.430.2518.5238.3958.63
HexBE866D01D2B1913263b
Octal2762061550355331234673
Binary101111101000011011011010111011010111100110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE866D; }

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

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

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

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

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

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

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

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