#B9813F

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

Shades of Brandy Punch #B9813F

Tints of Brandy Punch #B9813F

Color information

#B9813F (or 0xB9813F) is unknown color: approx Brandy Punch. HEX triplet: B9, 81 and 3F. RGB value is (185,129,63). Sum of RGB (Red+Green+Blue) = 185+129+63=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9813F is #467EC0. Grayscale: #8A8A8A. Windows color (decimal): -4619969 or 4161977. OLE color: 4161977.

HSL color Cylindrical-coordinate representation of color #B9813F: hue angle of 32.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9813F is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18512963-
CMYK00.300.660.27
HSL32.46º49.19%48.63%-
HSV(B)32.46º65.95%72.55%-
XYZ28.7626.378.28-
YUV138.2285.55161.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 63 (25% from 255) = 16.71%
R=49.07%
G=34.22%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851296300.300.660.2732.4649.1948.63
HexB9813F01E421B203131
Octal2712017703610233406161
Binary1011100110000001111111011110100001011011100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9813F; }

 p { color: rgb(185,129,63); }

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

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

 a { background-color: rgb(185,129,63); }

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

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

 span { border-color: rgb(185,129,63); }

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