#BF7C4B

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

Shades of Brandy Punch #BF7C4B

Tints of Brandy Punch #BF7C4B

Color information

#BF7C4B (or 0xBF7C4B) is unknown color: approx Brandy Punch. HEX triplet: BF, 7C and 4B. RGB value is (191,124,75). Sum of RGB (Red+Green+Blue) = 191+124+75=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C4B is #4083B4. Grayscale: #8A8A8A. Windows color (decimal): -4228021 or 4947135. OLE color: 4947135.

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

Color convert

RGB19112475-
CMYK00.350.610.25
HSL25.34º47.54%52.16%-
HSV(B)25.34º60.73%74.9%-
XYZ29.962610.1-
YUV138.4592.2165.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 75 (29.69% from 255) = 19.23%
R=48.97%
G=31.79%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911247500.350.610.2525.3447.5452.16
HexBF7C4B0233D19193034
Octal2771741130437531316064
Binary101111111111100100101101000111111011100111001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C4B; }

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

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

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

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

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

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

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

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