#B27B45

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

Shades of Brandy Punch #B27B45

Tints of Brandy Punch #B27B45

Color information

#B27B45 (or 0xB27B45) is unknown color: approx Brandy Punch. HEX triplet: B2, 7B and 45. RGB value is (178,123,69). Sum of RGB (Red+Green+Blue) = 178+123+69=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B45 is #4D84BA. Grayscale: #858585. Windows color (decimal): -5080251 or 4553650. OLE color: 4553650.

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

Color convert

RGB17812369-
CMYK00.310.610.30
HSL29.72º44.13%48.43%-
HSV(B)29.72º61.24%69.8%-
XYZ26.5224.068.88-
YUV133.2991.72159.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=48.11%
G=33.24%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781236900.310.610.3029.7244.1348.43
HexB27B4501F3D1E1e2c30
Octal2621731050377536365460
Binary10110010111101110001010111111111011111011110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B45; }

 p { color: rgb(178,123,69); }

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

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

 a { background-color: rgb(178,123,69); }

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

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

 span { border-color: rgb(178,123,69); }

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