#B97B3F

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

Shades of Brandy Punch #B97B3F

Tints of Brandy Punch #B97B3F

Color information

#B97B3F (or 0xB97B3F) is unknown color: approx Brandy Punch. HEX triplet: B9, 7B and 3F. RGB value is (185,123,63). Sum of RGB (Red+Green+Blue) = 185+123+63=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97B3F is #4684C0. Grayscale: #878787. Windows color (decimal): -4621505 or 4160441. OLE color: 4160441.

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

Color convert

RGB18512363-
CMYK00.340.660.27
HSL29.51º49.19%48.63%-
HSV(B)29.51º65.95%72.55%-
XYZ27.9924.848.02-
YUV134.787.54163.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 63 (25% from 255) = 16.98%
R=49.87%
G=33.15%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851236300.340.660.2729.5149.1948.63
HexB97B3F022421B1e3131
Octal2711737704210233366161
Binary101110011111011111111010001010000101101111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B3F; }

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

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

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

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

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

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

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

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