Html Css Color HEX #B57744 Brandy Punch

📋 copy color: '#B57744'

red 181 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #B57744

Tints of Brandy Punch #B57744

RGB

 RED value IS 181 (71.09% from 255) = 49.18%

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 49.18%
G = 32.34%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B57744 (or 0xB57744) is known color: Brandy Punch. HEX triplet: B5, 77 and 44. RGB value is (181,119,68). Sum of RGB (Red+Green+Blue) = 181+119+68=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57744 is #4A88BB. Grayscale: #838383. Windows color (decimal): -4884668 or 4487093. OLE color: 4487093.

HSL color Cylindrical-coordinate representation of color #B57744: hue angle of 27.08º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B57744 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 68 -
CMYK 0 0.34 0.62 0.29
HSL 27.08º 0.45% 0.49% -
HSV(B) 27.08º 0.62% 0.71% -
XYZ 26.7 23.43 8.59 -
YUV 131.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 181 119 68 0 0.34 0.62 0.29 27.08 0.45 0.49
Hex B5 77 44 0 22 3E 1D 1B 2D 31
Octal 265 167 104 0 42 76 35 33 55 61
Binary 10110101 1110111 1000100 0 100010 111110 11101 11011 101101 110001

Color Harmonies of #B57744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57744

Black with #B57744

Text Example


Text Example

White with #B57744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57744; }

 p { color: rgb(181,119,68); }

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

background-color css

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

 a { background-color: rgb(181,119,68); }

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

border-color css

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

 span { border-color: rgb(181,119,68); }

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