Html Css Color HEX #B57940 Brandy Punch

📋 copy color: '#B57940'

red 181 ◦ green 121 ◦ blue 64

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

Shades of Brandy Punch #B57940

Tints of Brandy Punch #B57940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.06%

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

R = 49.45%
G = 33.06%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B57940 (or 0xB57940) is known color: Brandy Punch. HEX triplet: B5, 79 and 40. RGB value is (181,121,64). Sum of RGB (Red+Green+Blue) = 181+121+64=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B57940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57940 is #4A86BF. Grayscale: #848484. Windows color (decimal): -4884160 or 4225461. OLE color: 4225461.

HSL color Cylindrical-coordinate representation of color #B57940: hue angle of 29.23º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B57940 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 121 64 -
CMYK 0 0.33 0.65 0.29
HSL 29.23º 0.48% 0.48% -
HSV(B) 29.23º 0.65% 0.71% -
XYZ 26.82 23.87 8.04 -
YUV 132.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 181 121 64 0 0.33 0.65 0.29 29.23 0.48 0.48
Hex B5 79 40 0 21 41 1D 1D 30 30
Octal 265 171 100 0 41 101 35 35 60 60
Binary 10110101 1111001 1000000 0 100001 1000001 11101 11101 110000 110000

Color Harmonies of #B57940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57940

Black with #B57940

Text Example


Text Example

White with #B57940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57940; }

 p { color: rgb(181,121,64); }

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

background-color css

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

 a { background-color: rgb(181,121,64); }

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

border-color css

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

 span { border-color: rgb(181,121,64); }

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