#BC8A7D

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

Shades of Brandy Rose #BC8A7D

Tints of Brandy Rose #BC8A7D

Color information

#BC8A7D (or 0xBC8A7D) is unknown color: approx Brandy Rose. HEX triplet: BC, 8A and 7D. RGB value is (188,138,125). Sum of RGB (Red+Green+Blue) = 188+138+125=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A7D is #437582. Grayscale: #979797. Windows color (decimal): -4420995 or 8227516. OLE color: 8227516.

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

Color convert

RGB188138125-
CMYK00.270.340.26
HSL12.38º31.98%61.37%-
HSV(B)12.38º33.51%73.73%-
XYZ33.5330.3523.49-
YUV151.47113.06154.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=41.69%
G=30.60%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813812500.270.340.2612.3831.9861.37
HexBC8A7D01B221Ac203d
Octal2742121750334232144075
Binary10111100100010101111101011011100010110101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A7D; }

 p { color: rgb(188,138,125); }

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

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

 a { background-color: rgb(188,138,125); }

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

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

 span { border-color: rgb(188,138,125); }

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