#B9743D

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

Shades of Brandy Punch #B9743D

Tints of Brandy Punch #B9743D

Color information

#B9743D (or 0xB9743D) is unknown color: approx Brandy Punch. HEX triplet: B9, 74 and 3D. RGB value is (185,116,61). Sum of RGB (Red+Green+Blue) = 185+116+61=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9743D is #468BC2. Grayscale: #828282. Windows color (decimal): -4623299 or 4027577. OLE color: 4027577.

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

Color convert

RGB18511661-
CMYK00.370.670.27
HSL26.61º50.41%48.24%-
HSV(B)26.61º67.03%72.55%-
XYZ27.123.147.45-
YUV130.3688.86166.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=51.10%
G=32.04%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851166100.370.670.2726.6150.4148.24
HexB9743D025431B1b3230
Octal2711647504510333336260
Binary101110011110100111101010010110000111101111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9743D; }

 p { color: rgb(185,116,61); }

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

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

 a { background-color: rgb(185,116,61); }

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

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

 span { border-color: rgb(185,116,61); }

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