Html Css Color HEX #B37949 Brandy Punch

📋 copy color: '#B37949'

red 179 ◦ green 121 ◦ blue 73

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

Shades of Brandy Punch #B37949

Tints of Brandy Punch #B37949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 47.99%
G = 32.44%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B37949 (or 0xB37949) is known color: Brandy Punch. HEX triplet: B3, 79 and 49. RGB value is (179,121,73). Sum of RGB (Red+Green+Blue) = 179+121+73=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B37949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37949 is #4C86B6. Grayscale: #858585. Windows color (decimal): -5015223 or 4815283. OLE color: 4815283.

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

Color convert

RGB 179 121 73 -
CMYK 0 0.32 0.59 0.30
HSL 27.17º 0.42% 0.49% -
HSV(B) 27.17º 0.59% 0.7% -
XYZ 26.63 23.74 9.48 -
YUV 132.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 179 121 73 0 0.32 0.59 0.30 27.17 0.42 0.49
Hex B3 79 49 0 20 3B 1E 1B 2A 31
Octal 263 171 111 0 40 73 36 33 52 61
Binary 10110011 1111001 1001001 0 100000 111011 11110 11011 101010 110001

Color Harmonies of #B37949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37949

Black with #B37949

Text Example


Text Example

White with #B37949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37949; }

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

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

background-color css

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

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

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

border-color css

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

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

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