Html Css Color HEX #B47748 Brandy Punch

📋 copy color: '#B47748'

red 180 ◦ green 119 ◦ blue 72

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

Shades of Brandy Punch #B47748

Tints of Brandy Punch #B47748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 48.52%
G = 32.08%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B47748 (or 0xB47748) is known color: Brandy Punch. HEX triplet: B4, 77 and 48. RGB value is (180,119,72). Sum of RGB (Red+Green+Blue) = 180+119+72=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B47748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47748 is #4B88B7. Grayscale: #848484. Windows color (decimal): -4950200 or 4749236. OLE color: 4749236.

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

Color convert

RGB 180 119 72 -
CMYK 0 0.34 0.60 0.29
HSL 26.11º 0.43% 0.49% -
HSV(B) 26.11º 0.6% 0.71% -
XYZ 26.59 23.36 9.24 -
YUV 131.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 180 119 72 0 0.34 0.60 0.29 26.11 0.43 0.49
Hex B4 77 48 0 22 3C 1D 1A 2B 31
Octal 264 167 110 0 42 74 35 32 53 61
Binary 10110100 1110111 1001000 0 100010 111100 11101 11010 101011 110001

Color Harmonies of #B47748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47748

Black with #B47748

Text Example


Text Example

White with #B47748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47748; }

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

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

background-color css

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

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

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

border-color css

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

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

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