Html Css Color HEX #B57848 Brandy Punch

📋 copy color: '#B57848'

red 181 ◦ green 120 ◦ blue 72

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

Shades of Brandy Punch #B57848

Tints of Brandy Punch #B57848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

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

R = 48.53%
G = 32.17%
B = 19.3%

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

#B57848 (or 0xB57848) is known color: Brandy Punch. HEX triplet: B5, 78 and 48. RGB value is (181,120,72). Sum of RGB (Red+Green+Blue) = 181+120+72=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B57848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57848 is #4A87B7. Grayscale: #858585. Windows color (decimal): -4884408 or 4749493. OLE color: 4749493.

HSL color Cylindrical-coordinate representation of color #B57848: hue angle of 26.42º 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 #B57848 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 72 -
CMYK 0 0.34 0.60 0.29
HSL 26.42º 0.43% 0.5% -
HSV(B) 26.42º 0.6% 0.71% -
XYZ 26.94 23.72 9.29 -
YUV 132.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 181 120 72 0 0.34 0.60 0.29 26.42 0.43 0.5
Hex B5 78 48 0 22 3C 1D 1A 2B 32
Octal 265 170 110 0 42 74 35 32 53 62
Binary 10110101 1111000 1001000 0 100010 111100 11101 11010 101011 110010

Color Harmonies of #B57848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57848

Black with #B57848

Text Example


Text Example

White with #B57848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57848; }

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

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

background-color css

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

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

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

border-color css

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

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

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