#BC8169

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

Shades of Brandy Rose #BC8169

Tints of Brandy Rose #BC8169

Color information

#BC8169 (or 0xBC8169) is unknown color: approx Brandy Rose. HEX triplet: BC, 81 and 69. RGB value is (188,129,105). Sum of RGB (Red+Green+Blue) = 188+129+105=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8169 is #437E96. Grayscale: #909090. Windows color (decimal): -4423319 or 6914492. OLE color: 6914492.

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

Color convert

RGB188129105-
CMYK00.310.440.26
HSL17.35º38.25%57.45%-
HSV(B)17.35º44.15%73.73%-
XYZ31.1427.4117.01-
YUV143.9106.05159.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=44.55%
G=30.57%
B=24.88%

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
Decimal18812910500.310.440.2617.3538.2557.45
HexBC816901F2C1A112639
Octal2742011510375432214671
Binary101111001000000111010010111111011001101010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8169; }

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

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

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

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

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

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

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

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