#BC833F

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

Shades of Brandy Punch #BC833F

Tints of Brandy Punch #BC833F

Color information

#BC833F (or 0xBC833F) is unknown color: approx Brandy Punch. HEX triplet: BC, 83 and 3F. RGB value is (188,131,63). Sum of RGB (Red+Green+Blue) = 188+131+63=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833F is #437CC0. Grayscale: #8C8C8C. Windows color (decimal): -4422849 or 4162492. OLE color: 4162492.

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

Color convert

RGB18813163-
CMYK00.300.660.26
HSL32.64º49.8%49.22%-
HSV(B)32.64º66.49%73.73%-
XYZ29.7527.288.4-
YUV140.2984.38162.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 63 (25% from 255) = 16.49%
R=49.21%
G=34.29%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881316300.300.660.2632.6449.849.22
HexBC833F01E421A213231
Octal2742037703610232416261
Binary1011110010000011111111011110100001011010100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC833F; }

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

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

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

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

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

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

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

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