#BF814C

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

Shades of Brandy Punch #BF814C

Tints of Brandy Punch #BF814C

Color information

#BF814C (or 0xBF814C) is unknown color: approx Brandy Punch. HEX triplet: BF, 81 and 4C. RGB value is (191,129,76). Sum of RGB (Red+Green+Blue) = 191+129+76=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF814C is #407EB3. Grayscale: #8D8D8D. Windows color (decimal): -4226740 or 5013951. OLE color: 5013951.

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

Color convert

RGB19112976-
CMYK00.320.600.25
HSL27.65º47.33%52.35%-
HSV(B)27.65º60.21%74.9%-
XYZ30.6427.310.49-
YUV141.591.04163.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 76 (30.08% from 255) = 19.19%
R=48.23%
G=32.58%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911297600.320.600.2527.6547.3352.35
HexBF814C0203C191c2f34
Octal2772011140407431345764
Binary1011111110000001100110001000001111001100111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF814C; }

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

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

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

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

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

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

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

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