Html Css Color HEX #B37C47 Brandy Punch

📋 copy color: '#B37C47'

red 179 ◦ green 124 ◦ blue 71

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

Shades of Brandy Punch #B37C47

Tints of Brandy Punch #B37C47

RGB

 RED value IS 179 (70.31% from 255) = 47.86%

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

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 47.86%
G = 33.16%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B37C47 (or 0xB37C47) is known color: Brandy Punch. HEX triplet: B3, 7C and 47. RGB value is (179,124,71). Sum of RGB (Red+Green+Blue) = 179+124+71=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C47 is #4C83B8. Grayscale: #868686. Windows color (decimal): -5014457 or 4684979. OLE color: 4684979.

HSL color Cylindrical-coordinate representation of color #B37C47: hue angle of 29.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B37C47 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 124 71 -
CMYK 0 0.31 0.60 0.30
HSL 29.44º 0.43% 0.49% -
HSV(B) 29.44º 0.6% 0.7% -
XYZ 26.94 24.45 9.26 -
YUV 134.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 179 124 71 0 0.31 0.60 0.30 29.44 0.43 0.49
Hex B3 7C 47 0 1F 3C 1E 1D 2B 31
Octal 263 174 107 0 37 74 36 35 53 61
Binary 10110011 1111100 1000111 0 11111 111100 11110 11101 101011 110001

Color Harmonies of #B37C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C47

Black with #B37C47

Text Example


Text Example

White with #B37C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C47; }

 p { color: rgb(179,124,71); }

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

background-color css

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

 a { background-color: rgb(179,124,71); }

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

border-color css

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

 span { border-color: rgb(179,124,71); }

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