Html Css Color HEX #B47C44 Brandy Punch

📋 copy color: '#B47C44'

red 180 ◦ green 124 ◦ blue 68

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

Shades of Brandy Punch #B47C44

Tints of Brandy Punch #B47C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 48.39%
G = 33.33%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B47C44 (or 0xB47C44) is known color: Brandy Punch. HEX triplet: B4, 7C and 44. RGB value is (180,124,68). Sum of RGB (Red+Green+Blue) = 180+124+68=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C44 is #4B83BB. Grayscale: #868686. Windows color (decimal): -4948924 or 4488372. OLE color: 4488372.

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

Color convert

RGB 180 124 68 -
CMYK 0 0.31 0.62 0.29
HSL 30º 0.45% 0.49% -
HSV(B) 30º 0.62% 0.71% -
XYZ 27.07 24.54 8.78 -
YUV 134.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 180 124 68 0 0.31 0.62 0.29 30 0.45 0.49
Hex B4 7C 44 0 1F 3E 1D 1E 2D 31
Octal 264 174 104 0 37 76 35 36 55 61
Binary 10110100 1111100 1000100 0 11111 111110 11101 11110 101101 110001

Color Harmonies of #B47C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C44

Black with #B47C44

Text Example


Text Example

White with #B47C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C44; }

 p { color: rgb(180,124,68); }

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

background-color css

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

 a { background-color: rgb(180,124,68); }

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

border-color css

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

 span { border-color: rgb(180,124,68); }

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