#BC8069

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

Shades of Brandy Rose #BC8069

Tints of Brandy Rose #BC8069

Color information

#BC8069 (or 0xBC8069) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 69. RGB value is (188,128,105). Sum of RGB (Red+Green+Blue) = 188+128+105=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8069 is #437F96. Grayscale: #8F8F8F. Windows color (decimal): -4423575 or 6914236. OLE color: 6914236.

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

Color convert

RGB188128105-
CMYK00.320.440.26
HSL16.63º38.25%57.45%-
HSV(B)16.63º44.15%73.73%-
XYZ31.0127.1516.97-
YUV143.32106.38159.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=44.66%
G=30.40%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812810500.320.440.2616.6338.2557.45
HexBC80690202C1A112639
Octal2742001510405432214671
Binary1011110010000000110100101000001011001101010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8069; }

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

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

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

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

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

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

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

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