#BC826C

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

Shades of Brandy Rose #BC826C

Tints of Brandy Rose #BC826C

Color information

#BC826C (or 0xBC826C) is unknown color: approx Brandy Rose. HEX triplet: BC, 82 and 6C. RGB value is (188,130,108). Sum of RGB (Red+Green+Blue) = 188+130+108=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826C is #437D93. Grayscale: #909090. Windows color (decimal): -4423060 or 7111356. OLE color: 7111356.

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

Color convert

RGB188130108-
CMYK00.310.430.26
HSL16.5º37.38%58.04%-
HSV(B)16.5º42.55%73.73%-
XYZ31.4327.7417.89-
YUV144.83107.22158.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=44.13%
G=30.52%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813010800.310.430.2616.537.3858.04
HexBC826C01F2B1A11253a
Octal2742021540375332214572
Binary101111001000001011011000111111010111101010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC826C; }

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

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

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

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

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

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

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

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