#B67950

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

Shades of Brandy Punch #B67950

Tints of Brandy Punch #B67950

Color information

#B67950 (or 0xB67950) is unknown color: approx Brandy Punch. HEX triplet: B6, 79 and 50. RGB value is (182,121,80). Sum of RGB (Red+Green+Blue) = 182+121+80=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B67950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67950 is #4986AF. Grayscale: #868686. Windows color (decimal): -4818608 or 5274038. OLE color: 5274038.

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

Color convert

RGB18212180-
CMYK00.340.560.29
HSL24.12º41.13%51.37%-
HSV(B)24.12º56.04%71.37%-
XYZ27.5824.210.81-
YUV134.5697.21161.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=47.52%
G=31.59%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821218000.340.560.2924.1241.1351.37
HexB67950022381D182933
Octal2661711200427035305163
Binary101101101111001101000001000101110001110111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67950; }

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

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

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

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

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

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

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

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