Html Css Color HEX #B47749 Brandy Punch

📋 copy color: '#B47749'

red 180 ◦ green 119 ◦ blue 73

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

Shades of Brandy Punch #B47749

Tints of Brandy Punch #B47749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.62%

R = 48.39%
G = 31.99%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B47749 (or 0xB47749) is known color: Brandy Punch. HEX triplet: B4, 77 and 49. RGB value is (180,119,73). Sum of RGB (Red+Green+Blue) = 180+119+73=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B47749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47749 is #4B88B6. Grayscale: #848484. Windows color (decimal): -4950199 or 4814772. OLE color: 4814772.

HSL color Cylindrical-coordinate representation of color #B47749: hue angle of 25.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B47749 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 73 -
CMYK 0 0.34 0.59 0.29
HSL 25.79º 0.42% 0.5% -
HSV(B) 25.79º 0.59% 0.71% -
XYZ 26.62 23.38 9.41 -
YUV 132 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 180 119 73 0 0.34 0.59 0.29 25.79 0.42 0.5
Hex B4 77 49 0 22 3B 1D 1A 2A 32
Octal 264 167 111 0 42 73 35 32 52 62
Binary 10110100 1110111 1001001 0 100010 111011 11101 11010 101010 110010

Color Harmonies of #B47749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47749

Black with #B47749

Text Example


Text Example

White with #B47749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47749; }

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

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

background-color css

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

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

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

border-color css

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

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

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