#BF8542

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

Shades of Brandy Punch #BF8542

Tints of Brandy Punch #BF8542

Color information

#BF8542 (or 0xBF8542) is unknown color: approx Brandy Punch. HEX triplet: BF, 85 and 42. RGB value is (191,133,66). Sum of RGB (Red+Green+Blue) = 191+133+66=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8542 is #407ABD. Grayscale: #8F8F8F. Windows color (decimal): -4225726 or 4359615. OLE color: 4359615.

HSL color Cylindrical-coordinate representation of color #BF8542: hue angle of 32.16º 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 #BF8542 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19113366-
CMYK00.300.650.25
HSL32.16º49.41%50.39%-
HSV(B)32.16º65.45%74.9%-
XYZ30.8628.248.98-
YUV142.784.72162.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=48.97%
G=34.10%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911336600.300.650.2532.1649.4150.39
HexBF854201E4119203132
Octal27720510203610131406162
Binary10111111100001011000010011110100000111001100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8542; }

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

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

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

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

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

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

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

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