#B9744B

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

Shades of Brandy Punch #B9744B

Tints of Brandy Punch #B9744B

Color information

#B9744B (or 0xB9744B) is unknown color: approx Brandy Punch. HEX triplet: B9, 74 and 4B. RGB value is (185,116,75). Sum of RGB (Red+Green+Blue) = 185+116+75=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9744B is #468BB4. Grayscale: #848484. Windows color (decimal): -4623285 or 4945081. OLE color: 4945081.

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

Color convert

RGB18511675-
CMYK00.370.590.27
HSL22.36º44%50.98%-
HSV(B)22.36º59.46%72.55%-
XYZ27.5223.319.71-
YUV131.9695.86165.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=49.20%
G=30.85%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851167500.370.590.2722.364450.98
HexB9744B0253B1B162c33
Octal2711641130457333265463
Binary101110011110100100101101001011110111101110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9744B; }

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

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

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

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

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

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

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

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