#BC826F

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

Shades of Brandy Rose #BC826F

Tints of Brandy Rose #BC826F

Color information

#BC826F (or 0xBC826F) is unknown color: approx Brandy Rose. HEX triplet: BC, 82 and 6F. RGB value is (188,130,111). Sum of RGB (Red+Green+Blue) = 188+130+111=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826F is #437D90. Grayscale: #919191. Windows color (decimal): -4423057 or 7307964. OLE color: 7307964.

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

Color convert

RGB188130111-
CMYK00.310.410.26
HSL14.81º36.49%58.63%-
HSV(B)14.81º40.96%73.73%-
XYZ31.5927.818.74-
YUV145.18108.72158.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=43.82%
G=30.30%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813011100.310.410.2614.8136.4958.63
HexBC826F01F291Af243b
Octal2742021570375132174473
Binary10111100100000101101111011111101001110101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC826F; }

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

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

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

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

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

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

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

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