#BF7A38

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

Shades of Brandy Punch #BF7A38

Tints of Brandy Punch #BF7A38

Color information

#BF7A38 (or 0xBF7A38) is unknown color: approx Brandy Punch. HEX triplet: BF, 7A and 38. RGB value is (191,122,56). Sum of RGB (Red+Green+Blue) = 191+122+56=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A38 is #4085C7. Grayscale: #878787. Windows color (decimal): -4228552 or 3701439. OLE color: 3701439.

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

Color convert

RGB19112256-
CMYK00.360.710.25
HSL29.33º54.66%48.43%-
HSV(B)29.33º70.68%74.9%-
XYZ29.1625.287.08-
YUV135.1183.36167.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=51.76%
G=33.06%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911225600.360.710.2529.3354.6648.43
HexBF7A3802447191d3730
Octal2771727004410731356760
Binary101111111111010111000010010010001111100111101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A38; }

 p { color: rgb(191,122,56); }

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

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

 a { background-color: rgb(191,122,56); }

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

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

 span { border-color: rgb(191,122,56); }

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