Html Css Color HEX #B37946 Brandy Punch

📋 copy color: '#B37946'

red 179 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #B37946

Tints of Brandy Punch #B37946

RGB

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

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

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

R = 48.38%
G = 32.7%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B37946 (or 0xB37946) is known color: Brandy Punch. HEX triplet: B3, 79 and 46. RGB value is (179,121,70). Sum of RGB (Red+Green+Blue) = 179+121+70=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B37946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37946 is #4C86B9. Grayscale: #848484. Windows color (decimal): -5015226 or 4618675. OLE color: 4618675.

HSL color Cylindrical-coordinate representation of color #B37946: hue angle of 28.07º 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 #B37946 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 121 70 -
CMYK 0 0.32 0.61 0.30
HSL 28.07º 0.44% 0.49% -
HSV(B) 28.07º 0.61% 0.7% -
XYZ 26.53 23.7 8.97 -
YUV 132.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 179 121 70 0 0.32 0.61 0.30 28.07 0.44 0.49
Hex B3 79 46 0 20 3D 1E 1C 2C 31
Octal 263 171 106 0 40 75 36 34 54 61
Binary 10110011 1111001 1000110 0 100000 111101 11110 11100 101100 110001

Color Harmonies of #B37946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37946

Black with #B37946

Text Example


Text Example

White with #B37946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37946; }

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

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

background-color css

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

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

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

border-color css

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

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

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