Html Css Color HEX #B47845 Brandy Punch

📋 copy color: '#B47845'

red 180 ◦ green 120 ◦ blue 69

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

Shades of Brandy Punch #B47845

Tints of Brandy Punch #B47845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.7%

R = 48.78%
G = 32.52%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B47845 (or 0xB47845) is known color: Brandy Punch. HEX triplet: B4, 78 and 45. RGB value is (180,120,69). Sum of RGB (Red+Green+Blue) = 180+120+69=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47845 is #4B87BA. Grayscale: #848484. Windows color (decimal): -4949947 or 4552884. OLE color: 4552884.

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

Color convert

RGB 180 120 69 -
CMYK 0 0.33 0.62 0.29
HSL 27.57º 0.45% 0.49% -
HSV(B) 27.57º 0.62% 0.71% -
XYZ 26.61 23.57 8.78 -
YUV 132.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 180 120 69 0 0.33 0.62 0.29 27.57 0.45 0.49
Hex B4 78 45 0 21 3E 1D 1C 2D 31
Octal 264 170 105 0 41 76 35 34 55 61
Binary 10110100 1111000 1000101 0 100001 111110 11101 11100 101101 110001

Color Harmonies of #B47845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47845

Black with #B47845

Text Example


Text Example

White with #B47845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47845; }

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

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

background-color css

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

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

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

border-color css

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

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

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