#B9753C

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

Shades of Brandy Punch #B9753C

Tints of Brandy Punch #B9753C

Color information

#B9753C (or 0xB9753C) is unknown color: approx Brandy Punch. HEX triplet: B9, 75 and 3C. RGB value is (185,117,60). Sum of RGB (Red+Green+Blue) = 185+117+60=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9753C is #468AC3. Grayscale: #838383. Windows color (decimal): -4623044 or 3962297. OLE color: 3962297.

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

Color convert

RGB18511760-
CMYK00.370.680.27
HSL27.36º51.02%48.04%-
HSV(B)27.36º67.57%72.55%-
XYZ27.1823.367.35-
YUV130.8388.03166.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 60 (23.83% from 255) = 16.57%
R=51.10%
G=32.32%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851176000.370.680.2727.3651.0248.04
HexB9753C025441B1b3330
Octal2711657404510433336360
Binary101110011110101111100010010110001001101111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9753C; }

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

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

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

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

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

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

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

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