#B67D50

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

Shades of Brandy Punch #B67D50

Tints of Brandy Punch #B67D50

Color information

#B67D50 (or 0xB67D50) is unknown color: approx Brandy Punch. HEX triplet: B6, 7D and 50. RGB value is (182,125,80). Sum of RGB (Red+Green+Blue) = 182+125+80=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D50 is #4982AF. Grayscale: #898989. Windows color (decimal): -4817584 or 5275062. OLE color: 5275062.

HSL color Cylindrical-coordinate representation of color #B67D50: hue angle of 26.47º 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 #B67D50 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18212580-
CMYK00.310.560.29
HSL26.47º41.13%51.37%-
HSV(B)26.47º56.04%71.37%-
XYZ28.0725.1910.97-
YUV136.9195.88160.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=47.03%
G=32.30%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821258000.310.560.2926.4741.1351.37
HexB67D5001F381D1a2933
Octal2661751200377035325163
Binary10110110111110110100000111111110001110111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D50; }

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

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

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

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

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

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

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

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