#BF834A

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

Shades of Brandy Punch #BF834A

Tints of Brandy Punch #BF834A

Color information

#BF834A (or 0xBF834A) is unknown color: approx Brandy Punch. HEX triplet: BF, 83 and 4A. RGB value is (191,131,74). Sum of RGB (Red+Green+Blue) = 191+131+74=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF834A is #407CB5. Grayscale: #8E8E8E. Windows color (decimal): -4226230 or 4883391. OLE color: 4883391.

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

Color convert

RGB19113174-
CMYK00.310.610.25
HSL29.23º47.76%51.96%-
HSV(B)29.23º61.26%74.9%-
XYZ30.8427.810.22-
YUV142.4489.38162.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=48.23%
G=33.08%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911317400.310.610.2529.2347.7651.96
HexBF834A01F3D191d3034
Octal2772031120377531356064
Binary101111111000001110010100111111111011100111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF834A; }

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

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

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

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

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

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

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

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