#B67C50

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

Shades of Brandy Punch #B67C50

Tints of Brandy Punch #B67C50

Color information

#B67C50 (or 0xB67C50) is unknown color: approx Brandy Punch. HEX triplet: B6, 7C and 50. RGB value is (182,124,80). Sum of RGB (Red+Green+Blue) = 182+124+80=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C50 is #4983AF. Grayscale: #888888. Windows color (decimal): -4817840 or 5274806. OLE color: 5274806.

HSL color Cylindrical-coordinate representation of color #B67C50: hue angle of 25.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B67C50 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18212480-
CMYK00.320.560.29
HSL25.88º41.13%51.37%-
HSV(B)25.88º56.04%71.37%-
XYZ27.9524.9410.93-
YUV136.3396.22160.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=47.15%
G=32.12%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821248000.320.560.2925.8841.1351.37
HexB67C50020381D1a2933
Octal2661741200407035325163
Binary101101101111100101000001000001110001110111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C50; }

 p { color: rgb(182,124,80); }

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

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

 a { background-color: rgb(182,124,80); }

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

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

 span { border-color: rgb(182,124,80); }

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