#B27D40

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

Shades of Brandy Punch #B27D40

Tints of Brandy Punch #B27D40

Color information

#B27D40 (or 0xB27D40) is unknown color: approx Brandy Punch. HEX triplet: B2, 7D and 40. RGB value is (178,125,64). Sum of RGB (Red+Green+Blue) = 178+125+64=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D40 is #4D82BF. Grayscale: #868686. Windows color (decimal): -5079744 or 4226482. OLE color: 4226482.

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

Color convert

RGB17812564-
CMYK00.300.640.30
HSL32.11º47.11%47.45%-
HSV(B)32.11º64.04%69.8%-
XYZ26.6224.58.18-
YUV133.8988.56159.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=48.50%
G=34.06%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781256400.300.640.3032.1147.1147.45
HexB27D4001E401E202f2f
Octal26217510003610036405757
Binary1011001011111011000000011110100000011110100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D40; }

 p { color: rgb(178,125,64); }

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

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

 a { background-color: rgb(178,125,64); }

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

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

 span { border-color: rgb(178,125,64); }

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