#B27942

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

Shades of Brandy Punch #B27942

Tints of Brandy Punch #B27942

Color information

#B27942 (or 0xB27942) is unknown color: approx Brandy Punch. HEX triplet: B2, 79 and 42. RGB value is (178,121,66). Sum of RGB (Red+Green+Blue) = 178+121+66=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27942 is #4D86BD. Grayscale: #848484. Windows color (decimal): -5080766 or 4356530. OLE color: 4356530.

HSL color Cylindrical-coordinate representation of color #B27942: hue angle of 29.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B27942 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17812166-
CMYK00.320.630.30
HSL29.46º45.9%47.84%-
HSV(B)29.46º62.92%69.8%-
XYZ26.1823.538.32-
YUV131.7790.88160.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=48.77%
G=33.15%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781216600.320.630.3029.4645.947.84
HexB279420203F1E1d2e30
Octal2621711020407736355660
Binary101100101111001100001001000001111111111011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27942; }

 p { color: rgb(178,121,66); }

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

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

 a { background-color: rgb(178,121,66); }

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

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

 span { border-color: rgb(178,121,66); }

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