#B97B45

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

Shades of Brandy Punch #B97B45

Tints of Brandy Punch #B97B45

Color information

#B97B45 (or 0xB97B45) is unknown color: approx Brandy Punch. HEX triplet: B9, 7B and 45. RGB value is (185,123,69). Sum of RGB (Red+Green+Blue) = 185+123+69=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97B45 is #4684BA. Grayscale: #878787. Windows color (decimal): -4621499 or 4553657. OLE color: 4553657.

HSL color Cylindrical-coordinate representation of color #B97B45: hue angle of 27.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B97B45 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18512369-
CMYK00.340.630.27
HSL27.93º45.67%49.8%-
HSV(B)27.93º62.7%72.55%-
XYZ28.1624.918.95-
YUV135.3890.54163.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=49.07%
G=32.63%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851236900.340.630.2727.9345.6749.8
HexB97B450223F1B1c2e32
Octal2711731050427733345662
Binary101110011111011100010101000101111111101111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B45; }

 p { color: rgb(185,123,69); }

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

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

 a { background-color: rgb(185,123,69); }

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

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

 span { border-color: rgb(185,123,69); }

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