#BC806C

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

Shades of Brandy Rose #BC806C

Tints of Brandy Rose #BC806C

Color information

#BC806C (or 0xBC806C) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 6C. RGB value is (188,128,108). Sum of RGB (Red+Green+Blue) = 188+128+108=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC806C is #437F93. Grayscale: #8F8F8F. Windows color (decimal): -4423572 or 7110844. OLE color: 7110844.

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

Color convert

RGB188128108-
CMYK00.320.430.26
HSL15º37.38%58.04%-
HSV(B)15º42.55%73.73%-
XYZ31.1627.2117.8-
YUV143.66107.88159.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=44.34%
G=30.19%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812810800.320.430.261537.3858.04
HexBC806C0202B1Af253a
Octal2742001540405332174572
Binary101111001000000011011000100000101011110101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC806C; }

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

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

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

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

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

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

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

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