#B97952

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

Shades of Brandy Punch #B97952

Tints of Brandy Punch #B97952

Color information

#B97952 (or 0xB97952) is unknown color: approx Brandy Punch. HEX triplet: B9, 79 and 52. RGB value is (185,121,82). Sum of RGB (Red+Green+Blue) = 185+121+82=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B97952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97952 is #4686AD. Grayscale: #878787. Windows color (decimal): -4621998 or 5405113. OLE color: 5405113.

HSL color Cylindrical-coordinate representation of color #B97952: hue angle of 22.72º 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 #B97952 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18512182-
CMYK00.350.560.27
HSL22.72º42.39%52.35%-
HSV(B)22.72º55.68%72.55%-
XYZ28.3724.611.24-
YUV135.6997.7163.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=47.68%
G=31.19%
B=21.13%

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
Decimal1851218200.350.560.2722.7242.3952.35
HexB97952023381B172a34
Octal2711711220437033275264
Binary101110011111001101001001000111110001101110111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97952; }

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

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

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

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

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

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

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

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