#BF814E

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

Shades of Brandy Punch #BF814E

Tints of Brandy Punch #BF814E

Color information

#BF814E (or 0xBF814E) is unknown color: approx Brandy Punch. HEX triplet: BF, 81 and 4E. RGB value is (191,129,78). Sum of RGB (Red+Green+Blue) = 191+129+78=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF814E is #407EB1. Grayscale: #8D8D8D. Windows color (decimal): -4226738 or 5145023. OLE color: 5145023.

HSL color Cylindrical-coordinate representation of color #BF814E: hue angle of 27.08º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF814E is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19112978-
CMYK00.320.590.25
HSL27.08º46.89%52.75%-
HSV(B)27.08º59.16%74.9%-
XYZ30.7127.3310.86-
YUV141.7292.04163.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=47.99%
G=32.41%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911297800.320.590.2527.0846.8952.75
HexBF814E0203B191b2f35
Octal2772011160407331335765
Binary1011111110000001100111001000001110111100111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF814E; }

 p { color: rgb(191,129,78); }

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

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

 a { background-color: rgb(191,129,78); }

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

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

 span { border-color: rgb(191,129,78); }

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