#BC8343

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

Shades of Brandy Punch #BC8343

Tints of Brandy Punch #BC8343

Color information

#BC8343 (or 0xBC8343) is unknown color: approx Brandy Punch. HEX triplet: BC, 83 and 43. RGB value is (188,131,67). Sum of RGB (Red+Green+Blue) = 188+131+67=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8343 is #437CBC. Grayscale: #8D8D8D. Windows color (decimal): -4422845 or 4424636. OLE color: 4424636.

HSL color Cylindrical-coordinate representation of color #BC8343: hue angle of 31.74º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8343 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18813167-
CMYK00.300.640.26
HSL31.74º47.45%50%-
HSV(B)31.74º64.36%73.73%-
XYZ29.8727.339.01-
YUV140.7586.38161.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 67 (26.56% from 255) = 17.36%
R=48.70%
G=33.94%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881316700.300.640.2631.7447.4550
HexBC834301E401A202f32
Octal27420310303610032405762
Binary10111100100000111000011011110100000011010100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8343; }

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

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

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

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

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

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

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

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