#B9763D

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

Shades of Brandy Punch #B9763D

Tints of Brandy Punch #B9763D

Color information

#B9763D (or 0xB9763D) is unknown color: approx Brandy Punch. HEX triplet: B9, 76 and 3D. RGB value is (185,118,61). Sum of RGB (Red+Green+Blue) = 185+118+61=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9763D is #4689C2. Grayscale: #838383. Windows color (decimal): -4622787 or 4028089. OLE color: 4028089.

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

Color convert

RGB18511861-
CMYK00.360.670.27
HSL27.58º50.41%48.24%-
HSV(B)27.58º67.03%72.55%-
XYZ27.3323.617.53-
YUV131.5488.2166.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=50.82%
G=32.42%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851186100.360.670.2727.5850.4148.24
HexB9763D024431B1c3230
Octal2711667504410333346260
Binary101110011110110111101010010010000111101111100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9763D; }

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

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

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

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

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

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

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

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