Html Css Color HEX #B88040 Brandy Punch

📋 copy color: '#B88040'

red 184 ◦ green 128 ◦ blue 64

#B88040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #B88040

Tints of Brandy Punch #B88040

RGB

 RED value IS 184 (72.27% from 255) = 48.94%

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 48.94%
G = 34.04%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B88040 (or 0xB88040) is known color: Brandy Punch. HEX triplet: B8, 80 and 40. RGB value is (184,128,64). Sum of RGB (Red+Green+Blue) = 184+128+64=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B88040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88040 is #477FBF. Grayscale: #898989. Windows color (decimal): -4685760 or 4227256. OLE color: 4227256.

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

Color convert

RGB 184 128 64 -
CMYK 0 0.30 0.65 0.28
HSL 32º 0.48% 0.49% -
HSV(B) 32º 0.65% 0.72% -
XYZ 28.41 26 8.37 -
YUV 137.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 184 128 64 0 0.30 0.65 0.28 32 0.48 0.49
Hex B8 80 40 0 1E 41 1C 20 30 31
Octal 270 200 100 0 36 101 34 40 60 61
Binary 10111000 10000000 1000000 0 11110 1000001 11100 100000 110000 110001

Color Harmonies of #B88040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88040

Black with #B88040

Text Example


Text Example

White with #B88040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88040; }

 p { color: rgb(184,128,64); }

 H1.HeaderClassName
 {
   color: #B88040;
 }
 .AnyTagClassName
 {
   color: #B88040;
 }
</style>

background-color css

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

 a { background-color: rgb(184,128,64); }

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

border-color css

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

 span { border-color: rgb(184,128,64); }

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