#BC826A

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

Shades of Brandy Rose #BC826A

Tints of Brandy Rose #BC826A

Color information

#BC826A (or 0xBC826A) is unknown color: approx Brandy Rose. HEX triplet: BC, 82 and 6A. RGB value is (188,130,106). Sum of RGB (Red+Green+Blue) = 188+130+106=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826A is #437D95. Grayscale: #909090. Windows color (decimal): -4423062 or 6980284. OLE color: 6980284.

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

Color convert

RGB188130106-
CMYK00.310.440.26
HSL17.56º37.96%57.65%-
HSV(B)17.56º43.62%73.73%-
XYZ31.3227.717.33-
YUV144.61106.22158.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 106 (41.80% from 255) = 25%
R=44.34%
G=30.66%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813010600.310.440.2617.5637.9657.65
HexBC826A01F2C1A12263a
Octal2742021520375432224672
Binary101111001000001011010100111111011001101010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC826A; }

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

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

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

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

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

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

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

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