Html Css Color HEX #B37C44 Brandy Punch

📋 copy color: '#B37C44'

red 179 ◦ green 124 ◦ blue 68

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

Shades of Brandy Punch #B37C44

Tints of Brandy Punch #B37C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 48.25%
G = 33.42%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B37C44 (or 0xB37C44) is known color: Brandy Punch. HEX triplet: B3, 7C and 44. RGB value is (179,124,68). Sum of RGB (Red+Green+Blue) = 179+124+68=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C44 is #4C83BB. Grayscale: #868686. Windows color (decimal): -5014460 or 4488371. OLE color: 4488371.

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

Color convert

RGB 179 124 68 -
CMYK 0 0.31 0.62 0.30
HSL 30.27º 0.45% 0.48% -
HSV(B) 30.27º 0.62% 0.7% -
XYZ 26.84 24.42 8.77 -
YUV 134.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 179 124 68 0 0.31 0.62 0.30 30.27 0.45 0.48
Hex B3 7C 44 0 1F 3E 1E 1E 2D 30
Octal 263 174 104 0 37 76 36 36 55 60
Binary 10110011 1111100 1000100 0 11111 111110 11110 11110 101101 110000

Color Harmonies of #B37C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C44

Black with #B37C44

Text Example


Text Example

White with #B37C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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