#BC8673

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

Shades of Brandy Rose #BC8673

Tints of Brandy Rose #BC8673

Color information

#BC8673 (or 0xBC8673) is unknown color: approx Brandy Rose. HEX triplet: BC, 86 and 73. RGB value is (188,134,115). Sum of RGB (Red+Green+Blue) = 188+134+115=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8673 is #43798C. Grayscale: #949494. Windows color (decimal): -4422029 or 7571132. OLE color: 7571132.

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

Color convert

RGB188134115-
CMYK00.290.390.26
HSL15.62º35.27%59.41%-
HSV(B)15.62º38.83%73.73%-
XYZ32.3628.9820.11-
YUV147.98109.39156.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=43.02%
G=30.66%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813411500.290.390.2615.6235.2759.41
HexBC867301D271A10233b
Octal2742061630354732204373
Binary101111001000011011100110111011001111101010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8673; }

 p { color: rgb(188,134,115); }

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

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

 a { background-color: rgb(188,134,115); }

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

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

 span { border-color: rgb(188,134,115); }

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