Html Css Color HEX #B57748 Brandy Punch

📋 copy color: '#B57748'

red 181 ◦ green 119 ◦ blue 72

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

Shades of Brandy Punch #B57748

Tints of Brandy Punch #B57748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 48.66%
G = 31.99%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B57748 (or 0xB57748) is known color: Brandy Punch. HEX triplet: B5, 77 and 48. RGB value is (181,119,72). Sum of RGB (Red+Green+Blue) = 181+119+72=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B57748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57748 is #4A88B7. Grayscale: #848484. Windows color (decimal): -4884664 or 4749237. OLE color: 4749237.

HSL color Cylindrical-coordinate representation of color #B57748: hue angle of 25.87º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B57748 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 72 -
CMYK 0 0.34 0.60 0.29
HSL 25.87º 0.43% 0.5% -
HSV(B) 25.87º 0.6% 0.71% -
XYZ 26.82 23.49 9.25 -
YUV 132.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 181 119 72 0 0.34 0.60 0.29 25.87 0.43 0.5
Hex B5 77 48 0 22 3C 1D 1A 2B 32
Octal 265 167 110 0 42 74 35 32 53 62
Binary 10110101 1110111 1001000 0 100010 111100 11101 11010 101011 110010

Color Harmonies of #B57748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57748

Black with #B57748

Text Example


Text Example

White with #B57748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57748; }

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

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

background-color css

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

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

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

border-color css

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

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

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