#BC7E6C

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

Shades of Brandy Rose #BC7E6C

Tints of Brandy Rose #BC7E6C

Color information

#BC7E6C (or 0xBC7E6C) is unknown color: approx Brandy Rose. HEX triplet: BC, 7E and 6C. RGB value is (188,126,108). Sum of RGB (Red+Green+Blue) = 188+126+108=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E6C is #438193. Grayscale: #8E8E8E. Windows color (decimal): -4424084 or 7110332. OLE color: 7110332.

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

Color convert

RGB188126108-
CMYK00.330.430.26
HSL13.5º37.38%58.04%-
HSV(B)13.5º42.55%73.73%-
XYZ30.9126.717.71-
YUV142.49108.54160.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=44.55%
G=29.86%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812610800.330.430.2613.537.3858.04
HexBC7E6C0212B1Ad253a
Octal2741761540415332154572
Binary10111100111111011011000100001101011110101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E6C; }

 p { color: rgb(188,126,108); }

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

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

 a { background-color: rgb(188,126,108); }

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

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

 span { border-color: rgb(188,126,108); }

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