#B9753D

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

Shades of Brandy Punch #B9753D

Tints of Brandy Punch #B9753D

Color information

#B9753D (or 0xB9753D) is unknown color: approx Brandy Punch. HEX triplet: B9, 75 and 3D. RGB value is (185,117,61). Sum of RGB (Red+Green+Blue) = 185+117+61=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9753D is #468AC2. Grayscale: #838383. Windows color (decimal): -4623043 or 4027833. OLE color: 4027833.

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

Color convert

RGB18511761-
CMYK00.370.670.27
HSL27.1º50.41%48.24%-
HSV(B)27.1º67.03%72.55%-
XYZ27.2123.377.49-
YUV130.9588.53166.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 61 (24.22% from 255) = 16.80%
R=50.96%
G=32.23%
B=16.80%

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
Decimal1851176100.370.670.2727.150.4148.24
HexB9753D025431B1b3230
Octal2711657504510333336260
Binary101110011110101111101010010110000111101111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9753D; }

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

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

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

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

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

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

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

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