#BF7C38

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

Shades of Brandy Punch #BF7C38

Tints of Brandy Punch #BF7C38

Color information

#BF7C38 (or 0xBF7C38) is unknown color: approx Brandy Punch. HEX triplet: BF, 7C and 38. RGB value is (191,124,56). Sum of RGB (Red+Green+Blue) = 191+124+56=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C38 is #4083C7. Grayscale: #888888. Windows color (decimal): -4228040 or 3701951. OLE color: 3701951.

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

Color convert

RGB19112456-
CMYK00.350.710.25
HSL30.22º54.66%48.43%-
HSV(B)30.22º70.68%74.9%-
XYZ29.4125.787.17-
YUV136.2882.7167.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=51.48%
G=33.42%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911245600.350.710.2530.2254.6648.43
HexBF7C3802347191e3730
Octal2771747004310731366760
Binary101111111111100111000010001110001111100111110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C38; }

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

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

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

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

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

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

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

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