#B67F42

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

Shades of Brandy Punch #B67F42

Tints of Brandy Punch #B67F42

Color information

#B67F42 (or 0xB67F42) is unknown color: approx Brandy Punch. HEX triplet: B6, 7F and 42. RGB value is (182,127,66). Sum of RGB (Red+Green+Blue) = 182+127+66=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F42 is #4980BD. Grayscale: #888888. Windows color (decimal): -4817086 or 4358070. OLE color: 4358070.

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

Color convert

RGB18212766-
CMYK00.300.640.29
HSL31.55º46.77%48.63%-
HSV(B)31.55º63.74%71.37%-
XYZ27.8625.528.61-
YUV136.4988.22160.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=48.53%
G=33.87%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821276600.300.640.2931.5546.7748.63
HexB67F4201E401D202f31
Octal26617710203610035405761
Binary1011011011111111000010011110100000011101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F42; }

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

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

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

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

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

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

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

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