#BC846F

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

Shades of Brandy Rose #BC846F

Tints of Brandy Rose #BC846F

Color information

#BC846F (or 0xBC846F) is unknown color: approx Brandy Rose. HEX triplet: BC, 84 and 6F. RGB value is (188,132,111). Sum of RGB (Red+Green+Blue) = 188+132+111=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC846F is #437B90. Grayscale: #929292. Windows color (decimal): -4422545 or 7308476. OLE color: 7308476.

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

Color convert

RGB188132111-
CMYK00.300.410.26
HSL16.36º36.49%58.63%-
HSV(B)16.36º40.96%73.73%-
XYZ31.8628.3418.83-
YUV146.35108.05157.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=43.62%
G=30.63%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813211100.300.410.2616.3636.4958.63
HexBC846F01E291A10243b
Octal2742041570365132204473
Binary101111001000010011011110111101010011101010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC846F; }

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

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

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

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

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

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

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

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