#bf833f

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

Shades of Brandy Punch #BF833F

Tints of Brandy Punch #BF833F

Color information

#BF833F (or 0xBF833F) is unknown color: approx Brandy Punch. HEX triplet: BF, 83 and 3F. RGB value is (191,131,63). Sum of RGB (Red+Green+Blue) = 191+131+63=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF833F is #407CC0. Grayscale: #8D8D8D. Windows color (decimal): -4226241 or 4162495. OLE color: 4162495.

HSL color Cylindrical-coordinate representation of color #BF833F: hue angle of 31.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF833F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19113163-
CMYK00.310.670.25
HSL31.88º50.39%49.8%-
HSV(B)31.88º67.02%74.9%-
XYZ30.527.678.44-
YUV141.1983.88163.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 63 (25% from 255) = 16.36%
R=49.61%
G=34.03%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911316300.310.670.2531.8850.3949.8
HexBF833F01F4319203232
Octal2772037703710331406262
Binary1011111110000011111111011111100001111001100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf833f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf833f; }

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

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

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

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

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

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

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

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