#B27A4B

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

Shades of Brandy Punch #B27A4B

Tints of Brandy Punch #B27A4B

Color information

#B27A4B (or 0xB27A4B) is unknown color: approx Brandy Punch. HEX triplet: B2, 7A and 4B. RGB value is (178,122,75). Sum of RGB (Red+Green+Blue) = 178+122+75=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A4B is #4D85B4. Grayscale: #858585. Windows color (decimal): -5080501 or 4946610. OLE color: 4946610.

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

Color convert

RGB17812275-
CMYK00.310.580.30
HSL27.38º40.71%49.61%-
HSV(B)27.38º57.87%69.8%-
XYZ26.5923.899.87-
YUV133.3995.05159.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 75 (29.69% from 255) = 20%
R=47.47%
G=32.53%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781227500.310.580.3027.3840.7149.61
HexB27A4B01F3A1E1b2932
Octal2621721130377236335162
Binary10110010111101010010110111111110101111011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A4B; }

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

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

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

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

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

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

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

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