#BF8342

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

Shades of Brandy Punch #BF8342

Tints of Brandy Punch #BF8342

Color information

#BF8342 (or 0xBF8342) is unknown color: approx Brandy Punch. HEX triplet: BF, 83 and 42. RGB value is (191,131,66). Sum of RGB (Red+Green+Blue) = 191+131+66=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8342 is #407CBD. Grayscale: #8D8D8D. Windows color (decimal): -4226238 or 4359103. OLE color: 4359103.

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

Color convert

RGB19113166-
CMYK00.310.650.25
HSL31.2º49.41%50.39%-
HSV(B)31.2º65.45%74.9%-
XYZ30.5927.78.89-
YUV141.5385.38163.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=49.23%
G=33.76%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911316600.310.650.2531.249.4150.39
HexBF834201F41191f3132
Octal27720310203710131376162
Binary1011111110000011100001001111110000011100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8342; }

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

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

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

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

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

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

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

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