Html Css Color HEX #B47841 Brandy Punch

📋 copy color: '#B47841'

red 180 ◦ green 120 ◦ blue 65

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

Shades of Brandy Punch #B47841

Tints of Brandy Punch #B47841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 49.32%
G = 32.88%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47841 (or 0xB47841) is known color: Brandy Punch. HEX triplet: B4, 78 and 41. RGB value is (180,120,65). Sum of RGB (Red+Green+Blue) = 180+120+65=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47841 is #4B87BE. Grayscale: #838383. Windows color (decimal): -4949951 or 4290740. OLE color: 4290740.

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

Color convert

RGB 180 120 65 -
CMYK 0 0.33 0.64 0.29
HSL 28.7º 0.47% 0.48% -
HSV(B) 28.7º 0.64% 0.71% -
XYZ 26.49 23.52 8.14 -
YUV 131.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 180 120 65 0 0.33 0.64 0.29 28.7 0.47 0.48
Hex B4 78 41 0 21 40 1D 1D 2F 30
Octal 264 170 101 0 41 100 35 35 57 60
Binary 10110100 1111000 1000001 0 100001 1000000 11101 11101 101111 110000

Color Harmonies of #B47841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47841

Black with #B47841

Text Example


Text Example

White with #B47841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47841; }

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

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

background-color css

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

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

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

border-color css

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

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

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