#B67B48

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

Shades of Brandy Punch #B67B48

Tints of Brandy Punch #B67B48

Color information

#B67B48 (or 0xB67B48) is unknown color: approx Brandy Punch. HEX triplet: B6, 7B and 48. RGB value is (182,123,72). Sum of RGB (Red+Green+Blue) = 182+123+72=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B48 is #4984B7. Grayscale: #878787. Windows color (decimal): -4818104 or 4750262. OLE color: 4750262.

HSL color Cylindrical-coordinate representation of color #B67B48: hue angle of 27.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B67B48 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18212372-
CMYK00.320.600.29
HSL27.82º43.31%49.8%-
HSV(B)27.82º60.44%71.37%-
XYZ27.5424.589.42-
YUV134.8392.55161.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=48.28%
G=32.63%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821237200.320.600.2927.8243.3149.8
HexB67B480203C1D1c2b32
Octal2661731100407435345362
Binary101101101111011100100001000001111001110111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B48; }

 p { color: rgb(182,123,72); }

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

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

 a { background-color: rgb(182,123,72); }

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

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

 span { border-color: rgb(182,123,72); }

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