#B67B3C

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

Shades of Brandy Punch #B67B3C

Tints of Brandy Punch #B67B3C

Color information

#B67B3C (or 0xB67B3C) is unknown color: approx Brandy Punch. HEX triplet: B6, 7B and 3C. RGB value is (182,123,60). Sum of RGB (Red+Green+Blue) = 182+123+60=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B3C is #4984C3. Grayscale: #858585. Windows color (decimal): -4818116 or 3963830. OLE color: 3963830.

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

Color convert

RGB18212360-
CMYK00.320.670.29
HSL30.98º50.41%47.45%-
HSV(B)30.98º67.03%71.37%-
XYZ27.1924.447.56-
YUV133.4686.55162.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=49.86%
G=33.70%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821236000.320.670.2930.9850.4147.45
HexB67B3C020431D1f322f
Octal2661737404010335376257
Binary101101101111011111100010000010000111110111111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B3C; }

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

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

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

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

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

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

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

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