Html Css Color HEX #B47747 Brandy Punch

📋 copy color: '#B47747'

red 180 ◦ green 119 ◦ blue 71

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

Shades of Brandy Punch #B47747

Tints of Brandy Punch #B47747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 48.65%
G = 32.16%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B47747 (or 0xB47747) is known color: Brandy Punch. HEX triplet: B4, 77 and 47. RGB value is (180,119,71). Sum of RGB (Red+Green+Blue) = 180+119+71=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47747 is #4B88B8. Grayscale: #848484. Windows color (decimal): -4950201 or 4683700. OLE color: 4683700.

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

Color convert

RGB 180 119 71 -
CMYK 0 0.34 0.61 0.29
HSL 26.42º 0.43% 0.49% -
HSV(B) 26.42º 0.61% 0.71% -
XYZ 26.56 23.35 9.07 -
YUV 131.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 180 119 71 0 0.34 0.61 0.29 26.42 0.43 0.49
Hex B4 77 47 0 22 3D 1D 1A 2B 31
Octal 264 167 107 0 42 75 35 32 53 61
Binary 10110100 1110111 1000111 0 100010 111101 11101 11010 101011 110001

Color Harmonies of #B47747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47747

Black with #B47747

Text Example


Text Example

White with #B47747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47747; }

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

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

background-color css

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

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

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

border-color css

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

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

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