#BC846D

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

Shades of Brandy Rose #BC846D

Tints of Brandy Rose #BC846D

Color information

#BC846D (or 0xBC846D) is unknown color: approx Brandy Rose. HEX triplet: BC, 84 and 6D. RGB value is (188,132,109). Sum of RGB (Red+Green+Blue) = 188+132+109=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC846D is #437B92. Grayscale: #929292. Windows color (decimal): -4422547 or 7177404. OLE color: 7177404.

HSL color Cylindrical-coordinate representation of color #BC846D: hue angle of 17.47º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC846D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB188132109-
CMYK00.300.420.26
HSL17.47º37.09%58.24%-
HSV(B)17.47º42.02%73.73%-
XYZ31.7528.318.26-
YUV146.12107.05157.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=43.82%
G=30.77%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813210900.300.420.2617.4737.0958.24
HexBC846D01E2A1A11253a
Octal2742041550365232214572
Binary101111001000010011011010111101010101101010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC846D; }

 p { color: rgb(188,132,109); }

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

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

 a { background-color: rgb(188,132,109); }

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

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

 span { border-color: rgb(188,132,109); }

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