#BE7A38

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

Shades of Brandy Punch #BE7A38

Tints of Brandy Punch #BE7A38

Color information

#BE7A38 (or 0xBE7A38) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 38. RGB value is (190,122,56). Sum of RGB (Red+Green+Blue) = 190+122+56=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A38 is #4185C7. Grayscale: #878787. Windows color (decimal): -4294088 or 3701438. OLE color: 3701438.

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

Color convert

RGB19012256-
CMYK00.360.710.25
HSL29.55º54.47%48.24%-
HSV(B)29.55º70.53%74.51%-
XYZ28.9125.157.07-
YUV134.8183.53167.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 56 (22.27% from 255) = 15.22%
R=51.63%
G=33.15%
B=15.22%

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
Decimal1901225600.360.710.2529.5554.4748.24
HexBE7A3802447191e3630
Octal2761727004410731366660
Binary101111101111010111000010010010001111100111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A38; }

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

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

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

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

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

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

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

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