#B67F47

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

Shades of Brandy Punch #B67F47

Tints of Brandy Punch #B67F47

Color information

#B67F47 (or 0xB67F47) is unknown color: approx Brandy Punch. HEX triplet: B6, 7F and 47. RGB value is (182,127,71). Sum of RGB (Red+Green+Blue) = 182+127+71=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F47 is #4980B8. Grayscale: #898989. Windows color (decimal): -4817081 or 4685750. OLE color: 4685750.

HSL color Cylindrical-coordinate representation of color #B67F47: hue angle of 30.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B67F47 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18212771-
CMYK00.300.610.29
HSL30.27º43.87%49.61%-
HSV(B)30.27º60.99%71.37%-
XYZ28.0225.589.42-
YUV137.0690.72160.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=47.89%
G=33.42%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821277100.300.610.2930.2743.8749.61
HexB67F4701E3D1D1e2c32
Octal2661771070367535365462
Binary10110110111111110001110111101111011110111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F47; }

 p { color: rgb(182,127,71); }

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

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

 a { background-color: rgb(182,127,71); }

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

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

 span { border-color: rgb(182,127,71); }

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