Html Css Color HEX #B57641 Brandy Punch

📋 copy color: '#B57641'

red 181 ◦ green 118 ◦ blue 65

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

Shades of Brandy Punch #B57641

Tints of Brandy Punch #B57641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 49.73%
G = 32.42%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57641 (or 0xB57641) is known color: Brandy Punch. HEX triplet: B5, 76 and 41. RGB value is (181,118,65). Sum of RGB (Red+Green+Blue) = 181+118+65=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57641 is #4A89BE. Grayscale: #838383. Windows color (decimal): -4884927 or 4290229. OLE color: 4290229.

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

Color convert

RGB 181 118 65 -
CMYK 0 0.35 0.64 0.29
HSL 27.41º 0.47% 0.48% -
HSV(B) 27.41º 0.64% 0.71% -
XYZ 26.49 23.16 8.08 -
YUV 130.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 181 118 65 0 0.35 0.64 0.29 27.41 0.47 0.48
Hex B5 76 41 0 23 40 1D 1B 2F 30
Octal 265 166 101 0 43 100 35 33 57 60
Binary 10110101 1110110 1000001 0 100011 1000000 11101 11011 101111 110000

Color Harmonies of #B57641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57641

Black with #B57641

Text Example


Text Example

White with #B57641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57641; }

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

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

background-color css

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

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

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

border-color css

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

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

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