Html Css Color HEX #B47946 Brandy Punch

📋 copy color: '#B47946'

red 180 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #B47946

Tints of Brandy Punch #B47946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 48.52%
G = 32.61%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B47946 (or 0xB47946) is known color: Brandy Punch. HEX triplet: B4, 79 and 46. RGB value is (180,121,70). Sum of RGB (Red+Green+Blue) = 180+121+70=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B47946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47946 is #4B86B9. Grayscale: #858585. Windows color (decimal): -4949690 or 4618676. OLE color: 4618676.

HSL color Cylindrical-coordinate representation of color #B47946: hue angle of 27.82º degrees, saturation: 0.44, 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 #B47946 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 121 70 -
CMYK 0 0.33 0.61 0.29
HSL 27.82º 0.44% 0.49% -
HSV(B) 27.82º 0.61% 0.71% -
XYZ 26.77 23.82 8.98 -
YUV 132.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 180 121 70 0 0.33 0.61 0.29 27.82 0.44 0.49
Hex B4 79 46 0 21 3D 1D 1C 2C 31
Octal 264 171 106 0 41 75 35 34 54 61
Binary 10110100 1111001 1000110 0 100001 111101 11101 11100 101100 110001

Color Harmonies of #B47946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47946

Black with #B47946

Text Example


Text Example

White with #B47946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47946; }

 p { color: rgb(180,121,70); }

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

background-color css

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

 a { background-color: rgb(180,121,70); }

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

border-color css

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

 span { border-color: rgb(180,121,70); }

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