Html Css Color HEX #B57A41 Brandy Punch

📋 copy color: '#B57A41'

red 181 ◦ green 122 ◦ blue 65

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

Shades of Brandy Punch #B57A41

Tints of Brandy Punch #B57A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 49.18%
G = 33.15%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57A41 (or 0xB57A41) is known color: Brandy Punch. HEX triplet: B5, 7A and 41. RGB value is (181,122,65). Sum of RGB (Red+Green+Blue) = 181+122+65=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A41 is #4A85BE. Grayscale: #858585. Windows color (decimal): -4883903 or 4291253. OLE color: 4291253.

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

Color convert

RGB 181 122 65 -
CMYK 0 0.33 0.64 0.29
HSL 29.48º 0.47% 0.48% -
HSV(B) 29.48º 0.64% 0.71% -
XYZ 26.97 24.12 8.24 -
YUV 133.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 181 122 65 0 0.33 0.64 0.29 29.48 0.47 0.48
Hex B5 7A 41 0 21 40 1D 1D 2F 30
Octal 265 172 101 0 41 100 35 35 57 60
Binary 10110101 1111010 1000001 0 100001 1000000 11101 11101 101111 110000

Color Harmonies of #B57A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A41

Black with #B57A41

Text Example


Text Example

White with #B57A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A41; }

 p { color: rgb(181,122,65); }

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

background-color css

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

 a { background-color: rgb(181,122,65); }

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

border-color css

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

 span { border-color: rgb(181,122,65); }

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