Html Css Color HEX #B37C46 Brandy Punch

📋 copy color: '#B37C46'

red 179 ◦ green 124 ◦ blue 70

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

Shades of Brandy Punch #B37C46

Tints of Brandy Punch #B37C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 47.99%
G = 33.24%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B37C46 (or 0xB37C46) is known color: Brandy Punch. HEX triplet: B3, 7C and 46. RGB value is (179,124,70). Sum of RGB (Red+Green+Blue) = 179+124+70=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C46 is #4C83B9. Grayscale: #868686. Windows color (decimal): -5014458 or 4619443. OLE color: 4619443.

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

Color convert

RGB 179 124 70 -
CMYK 0 0.31 0.61 0.30
HSL 29.72º 0.44% 0.49% -
HSV(B) 29.72º 0.61% 0.7% -
XYZ 26.9 24.44 9.09 -
YUV 134.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 179 124 70 0 0.31 0.61 0.30 29.72 0.44 0.49
Hex B3 7C 46 0 1F 3D 1E 1E 2C 31
Octal 263 174 106 0 37 75 36 36 54 61
Binary 10110011 1111100 1000110 0 11111 111101 11110 11110 101100 110001

Color Harmonies of #B37C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C46

Black with #B37C46

Text Example


Text Example

White with #B37C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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