#B7824B

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

Shades of Brandy Punch #B7824B

Tints of Brandy Punch #B7824B

Color information

#B7824B (or 0xB7824B) is unknown color: approx Brandy Punch. HEX triplet: B7, 82 and 4B. RGB value is (183,130,75). Sum of RGB (Red+Green+Blue) = 183+130+75=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7824B is #487DB4. Grayscale: #8B8B8B. Windows color (decimal): -4750773 or 4948663. OLE color: 4948663.

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

Color convert

RGB18313075-
CMYK00.290.590.28
HSL30.56º42.86%50.59%-
HSV(B)30.56º59.02%71.76%-
XYZ28.7826.5410.26-
YUV139.5891.56158.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=47.16%
G=33.51%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831307500.290.590.2830.5642.8650.59
HexB7824B01D3B1C1f2b33
Octal2672021130357334375363
Binary101101111000001010010110111011110111110011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7824B; }

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

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

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

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

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

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

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

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