Html Css Color HEX #B47846 Brandy Punch

📋 copy color: '#B47846'

red 180 ◦ green 120 ◦ blue 70

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

Shades of Brandy Punch #B47846

Tints of Brandy Punch #B47846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

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

R = 48.65%
G = 32.43%
B = 18.92%

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

#B47846 (or 0xB47846) is known color: Brandy Punch. HEX triplet: B4, 78 and 46. RGB value is (180,120,70). Sum of RGB (Red+Green+Blue) = 180+120+70=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47846 is #4B87B9. Grayscale: #848484. Windows color (decimal): -4949946 or 4618420. OLE color: 4618420.

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

Color convert

RGB 180 120 70 -
CMYK 0 0.33 0.61 0.29
HSL 27.27º 0.44% 0.49% -
HSV(B) 27.27º 0.61% 0.71% -
XYZ 26.64 23.58 8.94 -
YUV 132.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 180 120 70 0 0.33 0.61 0.29 27.27 0.44 0.49
Hex B4 78 46 0 21 3D 1D 1B 2C 31
Octal 264 170 106 0 41 75 35 33 54 61
Binary 10110100 1111000 1000110 0 100001 111101 11101 11011 101100 110001

Color Harmonies of #B47846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47846

Black with #B47846

Text Example


Text Example

White with #B47846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47846; }

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

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

background-color css

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

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

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

border-color css

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

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

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