Html Css Color HEX #B47C42 Brandy Punch

📋 copy color: '#B47C42'

red 180 ◦ green 124 ◦ blue 66

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

Shades of Brandy Punch #B47C42

Tints of Brandy Punch #B47C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 48.65%
G = 33.51%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B47C42 (or 0xB47C42) is known color: Brandy Punch. HEX triplet: B4, 7C and 42. RGB value is (180,124,66). Sum of RGB (Red+Green+Blue) = 180+124+66=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C42 is #4B83BD. Grayscale: #868686. Windows color (decimal): -4948926 or 4357300. OLE color: 4357300.

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

Color convert

RGB 180 124 66 -
CMYK 0 0.31 0.63 0.29
HSL 30.53º 0.46% 0.48% -
HSV(B) 30.53º 0.63% 0.71% -
XYZ 27.01 24.51 8.46 -
YUV 134.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 180 124 66 0 0.31 0.63 0.29 30.53 0.46 0.48
Hex B4 7C 42 0 1F 3F 1D 1F 2E 30
Octal 264 174 102 0 37 77 35 37 56 60
Binary 10110100 1111100 1000010 0 11111 111111 11101 11111 101110 110000

Color Harmonies of #B47C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C42

Black with #B47C42

Text Example


Text Example

White with #B47C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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