#B97852

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

Shades of Brandy Punch #B97852

Tints of Brandy Punch #B97852

Color information

#B97852 (or 0xB97852) is unknown color: approx Brandy Punch. HEX triplet: B9, 78 and 52. RGB value is (185,120,82). Sum of RGB (Red+Green+Blue) = 185+120+82=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B97852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97852 is #4687AD. Grayscale: #878787. Windows color (decimal): -4622254 or 5404857. OLE color: 5404857.

HSL color Cylindrical-coordinate representation of color #B97852: hue angle of 22.14º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B97852 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18512082-
CMYK00.350.560.27
HSL22.14º42.39%52.35%-
HSV(B)22.14º55.68%72.55%-
XYZ28.2524.3611.2-
YUV135.198.03163.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=47.80%
G=31.01%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851208200.350.560.2722.1442.3952.35
HexB97852023381B162a34
Octal2711701220437033265264
Binary101110011111000101001001000111110001101110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97852; }

 p { color: rgb(185,120,82); }

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

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

 a { background-color: rgb(185,120,82); }

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

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

 span { border-color: rgb(185,120,82); }

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