#BE846C

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

Shades of Brandy Rose #BE846C

Tints of Brandy Rose #BE846C

Color information

#BE846C (or 0xBE846C) is unknown color: approx Brandy Rose. HEX triplet: BE, 84 and 6C. RGB value is (190,132,108). Sum of RGB (Red+Green+Blue) = 190+132+108=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE846C is #417B93. Grayscale: #929292. Windows color (decimal): -4291476 or 7111870. OLE color: 7111870.

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

Color convert

RGB190132108-
CMYK00.310.430.25
HSL17.56º38.68%58.43%-
HSV(B)17.56º43.16%74.51%-
XYZ32.1928.5318-
YUV146.61106.22158.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=44.19%
G=30.70%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013210800.310.430.2517.5638.6858.43
HexBE846C01F2B1912273a
Octal2762041540375331224772
Binary101111101000010011011000111111010111100110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE846C; }

 p { color: rgb(190,132,108); }

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

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

 a { background-color: rgb(190,132,108); }

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

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

 span { border-color: rgb(190,132,108); }

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