#BC856D

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

Shades of Brandy Rose #BC856D

Tints of Brandy Rose #BC856D

Color information

#BC856D (or 0xBC856D) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 6D. RGB value is (188,133,109). Sum of RGB (Red+Green+Blue) = 188+133+109=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC856D is #437A92. Grayscale: #929292. Windows color (decimal): -4422291 or 7177660. OLE color: 7177660.

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

Color convert

RGB188133109-
CMYK00.290.420.26
HSL18.23º37.09%58.24%-
HSV(B)18.23º42.02%73.73%-
XYZ31.8928.5718.3-
YUV146.71106.72157.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=43.72%
G=30.93%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813310900.290.420.2618.2337.0958.24
HexBC856D01D2A1A12253a
Octal2742051550355232224572
Binary101111001000010111011010111011010101101010010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC856D; }

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

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

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

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

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

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

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

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