#B7824A

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

Shades of Brandy Punch #B7824A

Tints of Brandy Punch #B7824A

Color information

#B7824A (or 0xB7824A) is unknown color: approx Brandy Punch. HEX triplet: B7, 82 and 4A. RGB value is (183,130,74). Sum of RGB (Red+Green+Blue) = 183+130+74=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7824A is #487DB5. Grayscale: #8B8B8B. Windows color (decimal): -4750774 or 4883127. OLE color: 4883127.

HSL color Cylindrical-coordinate representation of color #B7824A: hue angle of 30.83º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7824A is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18313074-
CMYK00.290.600.28
HSL30.83º43.08%50.39%-
HSV(B)30.83º59.56%71.76%-
XYZ28.7526.5310.08-
YUV139.4691.06159.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=47.29%
G=33.59%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831307400.290.600.2830.8343.0850.39
HexB7824A01D3C1C1f2b32
Octal2672021120357434375362
Binary101101111000001010010100111011111001110011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7824A; }

 p { color: rgb(183,130,74); }

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

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

 a { background-color: rgb(183,130,74); }

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

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

 span { border-color: rgb(183,130,74); }

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