#BC7C6D

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

Shades of Brandy Rose #BC7C6D

Tints of Brandy Rose #BC7C6D

Color information

#BC7C6D (or 0xBC7C6D) is unknown color: approx Brandy Rose. HEX triplet: BC, 7C and 6D. RGB value is (188,124,109). Sum of RGB (Red+Green+Blue) = 188+124+109=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C6D is #438392. Grayscale: #8D8D8D. Windows color (decimal): -4424595 or 7175356. OLE color: 7175356.

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

Color convert

RGB188124109-
CMYK00.340.420.26
HSL11.39º37.09%58.24%-
HSV(B)11.39º42.02%73.73%-
XYZ30.7126.2117.91-
YUV141.43109.7161.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=44.66%
G=29.45%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812410900.340.420.2611.3937.0958.24
HexBC7C6D0222A1Ab253a
Octal2741741550425232134572
Binary10111100111110011011010100010101010110101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C6D; }

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

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

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

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

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

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

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

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