#BF7B38

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

Shades of Brandy Punch #BF7B38

Tints of Brandy Punch #BF7B38

Color information

#BF7B38 (or 0xBF7B38) is unknown color: approx Brandy Punch. HEX triplet: BF, 7B and 38. RGB value is (191,123,56). Sum of RGB (Red+Green+Blue) = 191+123+56=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B38 is #4084C7. Grayscale: #888888. Windows color (decimal): -4228296 or 3701695. OLE color: 3701695.

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

Color convert

RGB19112356-
CMYK00.360.710.25
HSL29.78º54.66%48.43%-
HSV(B)29.78º70.68%74.9%-
XYZ29.2825.537.13-
YUV135.6983.03167.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=51.62%
G=33.24%
B=15.14%

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
Decimal1911235600.360.710.2529.7854.6648.43
HexBF7B3802447191e3730
Octal2771737004410731366760
Binary101111111111011111000010010010001111100111110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B38; }

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

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

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

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

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

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

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

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