Html Css Color HEX #B47940 Brandy Punch

📋 copy color: '#B47940'

red 180 ◦ green 121 ◦ blue 64

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

Shades of Brandy Punch #B47940

Tints of Brandy Punch #B47940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 49.32%
G = 33.15%
B = 17.53%

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

#B47940 (or 0xB47940) is known color: Brandy Punch. HEX triplet: B4, 79 and 40. RGB value is (180,121,64). Sum of RGB (Red+Green+Blue) = 180+121+64=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47940 is #4B86BF. Grayscale: #848484. Windows color (decimal): -4949696 or 4225460. OLE color: 4225460.

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

Color convert

RGB 180 121 64 -
CMYK 0 0.33 0.64 0.29
HSL 29.48º 0.48% 0.48% -
HSV(B) 29.48º 0.64% 0.71% -
XYZ 26.59 23.75 8.03 -
YUV 132.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 180 121 64 0 0.33 0.64 0.29 29.48 0.48 0.48
Hex B4 79 40 0 21 40 1D 1D 30 30
Octal 264 171 100 0 41 100 35 35 60 60
Binary 10110100 1111001 1000000 0 100001 1000000 11101 11101 110000 110000

Color Harmonies of #B47940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47940

Black with #B47940

Text Example


Text Example

White with #B47940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47940; }

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

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

background-color css

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

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

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

border-color css

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

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

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