#BC887B

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

Shades of Brandy Rose #BC887B

Tints of Brandy Rose #BC887B

Color information

#BC887B (or 0xBC887B) is unknown color: approx Brandy Rose. HEX triplet: BC, 88 and 7B. RGB value is (188,136,123). Sum of RGB (Red+Green+Blue) = 188+136+123=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC887B is #437784. Grayscale: #969696. Windows color (decimal): -4421509 or 8095932. OLE color: 8095932.

HSL color Cylindrical-coordinate representation of color #BC887B: hue angle of 12º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC887B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188136123-
CMYK00.280.350.26
HSL12º32.66%60.98%-
HSV(B)12º34.57%73.73%-
XYZ33.1229.7322.73-
YUV150.07112.73155.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=42.06%
G=30.43%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813612300.280.350.261232.6660.98
HexBC887B01C231Ac213d
Octal2742101730344332144175
Binary10111100100010001111011011100100011110101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC887B; }

 p { color: rgb(188,136,123); }

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

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

 a { background-color: rgb(188,136,123); }

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

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

 span { border-color: rgb(188,136,123); }

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