Html Css Color HEX #B37C41 Brandy Punch

📋 copy color: '#B37C41'

red 179 ◦ green 124 ◦ blue 65

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

Shades of Brandy Punch #B37C41

Tints of Brandy Punch #B37C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 48.64%
G = 33.7%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37C41 (or 0xB37C41) is known color: Brandy Punch. HEX triplet: B3, 7C and 41. RGB value is (179,124,65). Sum of RGB (Red+Green+Blue) = 179+124+65=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C41 is #4C83BE. Grayscale: #868686. Windows color (decimal): -5014463 or 4291763. OLE color: 4291763.

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

Color convert

RGB 179 124 65 -
CMYK 0 0.31 0.64 0.30
HSL 31.05º 0.47% 0.48% -
HSV(B) 31.05º 0.64% 0.7% -
XYZ 26.75 24.38 8.3 -
YUV 133.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 179 124 65 0 0.31 0.64 0.30 31.05 0.47 0.48
Hex B3 7C 41 0 1F 40 1E 1F 2F 30
Octal 263 174 101 0 37 100 36 37 57 60
Binary 10110011 1111100 1000001 0 11111 1000000 11110 11111 101111 110000

Color Harmonies of #B37C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C41

Black with #B37C41

Text Example


Text Example

White with #B37C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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