#b27a3f

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

Shades of Brandy Punch #B27A3F

Tints of Brandy Punch #B27A3F

Color information

#B27A3F (or 0xB27A3F) is unknown color: approx Brandy Punch. HEX triplet: B2, 7A and 3F. RGB value is (178,122,63). Sum of RGB (Red+Green+Blue) = 178+122+63=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A3F is #4D85C0. Grayscale: #848484. Windows color (decimal): -5080513 or 4160178. OLE color: 4160178.

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

Color convert

RGB17812263-
CMYK00.310.650.30
HSL30.78º47.72%47.25%-
HSV(B)30.78º64.61%69.8%-
XYZ26.2223.747.9-
YUV132.0289.05160.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 63 (25% from 255) = 17.36%
R=49.04%
G=33.61%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781226300.310.650.3030.7847.7247.25
HexB27A3F01F411E1f302f
Octal2621727703710136376057
Binary10110010111101011111101111110000011111011111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27a3f; }

 p { color: rgb(178,122,63); }

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

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

 a { background-color: rgb(178,122,63); }

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

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

 span { border-color: rgb(178,122,63); }

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