#BF854B

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

Shades of Brandy Punch #BF854B

Tints of Brandy Punch #BF854B

Color information

#BF854B (or 0xBF854B) is unknown color: approx Brandy Punch. HEX triplet: BF, 85 and 4B. RGB value is (191,133,75). Sum of RGB (Red+Green+Blue) = 191+133+75=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF854B is #407AB4. Grayscale: #909090. Windows color (decimal): -4225717 or 4949439. OLE color: 4949439.

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

Color convert

RGB19113375-
CMYK00.300.610.25
HSL30º47.54%52.16%-
HSV(B)30º60.73%74.9%-
XYZ31.1428.3610.49-
YUV143.7389.22161.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=47.87%
G=33.33%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911337500.300.610.253047.5452.16
HexBF854B01E3D191e3034
Octal2772051130367531366064
Binary101111111000010110010110111101111011100111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF854B; }

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

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

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

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

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

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

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

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