#B9804E

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

Shades of Brandy Punch #B9804E

Tints of Brandy Punch #B9804E

Color information

#B9804E (or 0xB9804E) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 4E. RGB value is (185,128,78). Sum of RGB (Red+Green+Blue) = 185+128+78=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9804E is #467FB1. Grayscale: #8B8B8B. Windows color (decimal): -4620210 or 5144761. OLE color: 5144761.

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

Color convert

RGB18512878-
CMYK00.310.580.27
HSL28.04º43.32%51.57%-
HSV(B)28.04º57.84%72.55%-
XYZ29.126.310.75-
YUV139.3493.38160.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=47.31%
G=32.74%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851287800.310.580.2728.0443.3251.57
HexB9804E01F3A1B1c2b34
Octal2712001160377233345364
Binary101110011000000010011100111111110101101111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9804E; }

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

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

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

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

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

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

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

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