#B97A52

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

Shades of Brandy Punch #B97A52

Tints of Brandy Punch #B97A52

Color information

#B97A52 (or 0xB97A52) is unknown color: approx Brandy Punch. HEX triplet: B9, 7A and 52. RGB value is (185,122,82). Sum of RGB (Red+Green+Blue) = 185+122+82=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A52 is #4685AD. Grayscale: #888888. Windows color (decimal): -4621742 or 5405369. OLE color: 5405369.

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

Color convert

RGB18512282-
CMYK00.340.560.27
HSL23.3º42.39%52.35%-
HSV(B)23.3º55.68%72.55%-
XYZ28.4924.8411.28-
YUV136.2897.37162.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=47.56%
G=31.36%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851228200.340.560.2723.342.3952.35
HexB97A52022381B172a34
Octal2711721220427033275264
Binary101110011111010101001001000101110001101110111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A52; }

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

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

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

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

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

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

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

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