#B87B3D

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

Shades of Brandy Punch #B87B3D

Tints of Brandy Punch #B87B3D

Color information

#B87B3D (or 0xB87B3D) is unknown color: approx Brandy Punch. HEX triplet: B8, 7B and 3D. RGB value is (184,123,61). Sum of RGB (Red+Green+Blue) = 184+123+61=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B3D is #4784C2. Grayscale: #868686. Windows color (decimal): -4687043 or 4029368. OLE color: 4029368.

HSL color Cylindrical-coordinate representation of color #B87B3D: hue angle of 30.24º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B87B3D is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18412361-
CMYK00.330.670.28
HSL30.24º50.2%48.04%-
HSV(B)30.24º66.85%72.16%-
XYZ27.6924.697.72-
YUV134.1786.71163.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=50%
G=33.42%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841236100.330.670.2830.2450.248.04
HexB87B3D021431C1e3230
Octal2701737504110334366260
Binary101110001111011111101010000110000111110011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B3D; }

 p { color: rgb(184,123,61); }

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

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

 a { background-color: rgb(184,123,61); }

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

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

 span { border-color: rgb(184,123,61); }

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