#B9804F

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

Shades of Brandy Punch #B9804F

Tints of Brandy Punch #B9804F

Color information

#B9804F (or 0xB9804F) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 4F. RGB value is (185,128,79). Sum of RGB (Red+Green+Blue) = 185+128+79=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9804F is #467FB0. Grayscale: #8B8B8B. Windows color (decimal): -4620209 or 5210297. OLE color: 5210297.

HSL color Cylindrical-coordinate representation of color #B9804F: hue angle of 27.74º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9804F is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18512879-
CMYK00.310.570.27
HSL27.74º43.09%51.76%-
HSV(B)27.74º57.3%72.55%-
XYZ29.1426.3210.94-
YUV139.4693.88160.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=47.19%
G=32.65%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851287900.310.570.2727.7443.0951.76
HexB9804F01F391B1c2b34
Octal2712001170377133345364
Binary101110011000000010011110111111110011101111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9804F; }

 p { color: rgb(185,128,79); }

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

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

 a { background-color: rgb(185,128,79); }

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

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

 span { border-color: rgb(185,128,79); }

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