#B97B4B

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

Shades of Brandy Punch #B97B4B

Tints of Brandy Punch #B97B4B

Color information

#B97B4B (or 0xB97B4B) is unknown color: approx Brandy Punch. HEX triplet: B9, 7B and 4B. RGB value is (185,123,75). Sum of RGB (Red+Green+Blue) = 185+123+75=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97B4B is #4684B4. Grayscale: #888888. Windows color (decimal): -4621493 or 4946873. OLE color: 4946873.

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

Color convert

RGB18512375-
CMYK00.340.590.27
HSL26.18º44%50.98%-
HSV(B)26.18º59.46%72.55%-
XYZ28.3624.999.99-
YUV136.0793.54162.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=48.30%
G=32.11%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851237500.340.590.2726.184450.98
HexB97B4B0223B1B1a2c33
Octal2711731130427333325463
Binary101110011111011100101101000101110111101111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B4B; }

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

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

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

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

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

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

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

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