#BC8373

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

Shades of Brandy Rose #BC8373

Tints of Brandy Rose #BC8373

Color information

#BC8373 (or 0xBC8373) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 73. RGB value is (188,131,115). Sum of RGB (Red+Green+Blue) = 188+131+115=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8373 is #437C8C. Grayscale: #929292. Windows color (decimal): -4422797 or 7570364. OLE color: 7570364.

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

Color convert

RGB188131115-
CMYK00.300.390.26
HSL13.15º35.27%59.41%-
HSV(B)13.15º38.83%73.73%-
XYZ31.9528.1619.97-
YUV146.22110.38157.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=43.32%
G=30.18%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813111500.300.390.2613.1535.2759.41
HexBC837301E271Ad233b
Octal2742031630364732154373
Binary10111100100000111110011011110100111110101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8373; }

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

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

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

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

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

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

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

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