#BC844B

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

Shades of Brandy Punch #BC844B

Tints of Brandy Punch #BC844B

Color information

#BC844B (or 0xBC844B) is unknown color: approx Brandy Punch. HEX triplet: BC, 84 and 4B. RGB value is (188,132,75). Sum of RGB (Red+Green+Blue) = 188+132+75=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC844B is #437BB4. Grayscale: #8E8E8E. Windows color (decimal): -4422581 or 4949180. OLE color: 4949180.

HSL color Cylindrical-coordinate representation of color #BC844B: hue angle of 30.27º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC844B is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18813275-
CMYK00.300.600.26
HSL30.27º45.75%51.57%-
HSV(B)30.27º60.11%73.73%-
XYZ30.2627.710.41-
YUV142.2590.05160.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=47.59%
G=33.42%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881327500.300.600.2630.2745.7551.57
HexBC844B01E3C1A1e2e34
Octal2742041130367432365664
Binary101111001000010010010110111101111001101011110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC844B; }

 p { color: rgb(188,132,75); }

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

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

 a { background-color: rgb(188,132,75); }

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

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

 span { border-color: rgb(188,132,75); }

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