Html Css Color HEX #B47741 Brandy Punch

📋 copy color: '#B47741'

red 180 ◦ green 119 ◦ blue 65

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

Shades of Brandy Punch #B47741

Tints of Brandy Punch #B47741

RGB

 RED value IS 180 (70.7% from 255) = 49.45%

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

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

R = 49.45%
G = 32.69%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47741 (or 0xB47741) is known color: Brandy Punch. HEX triplet: B4, 77 and 41. RGB value is (180,119,65). Sum of RGB (Red+Green+Blue) = 180+119+65=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B47741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47741 is #4B88BE. Grayscale: #838383. Windows color (decimal): -4950207 or 4290484. OLE color: 4290484.

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

Color convert

RGB 180 119 65 -
CMYK 0 0.34 0.64 0.29
HSL 28.17º 0.47% 0.48% -
HSV(B) 28.17º 0.64% 0.71% -
XYZ 26.37 23.28 8.1 -
YUV 131.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 180 119 65 0 0.34 0.64 0.29 28.17 0.47 0.48
Hex B4 77 41 0 22 40 1D 1C 2F 30
Octal 264 167 101 0 42 100 35 34 57 60
Binary 10110100 1110111 1000001 0 100010 1000000 11101 11100 101111 110000

Color Harmonies of #B47741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47741

Black with #B47741

Text Example


Text Example

White with #B47741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47741; }

 p { color: rgb(180,119,65); }

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

background-color css

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

 a { background-color: rgb(180,119,65); }

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

border-color css

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

 span { border-color: rgb(180,119,65); }

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