Html Css Color HEX #B37F44 Brandy Punch

📋 copy color: '#B37F44'

red 179 ◦ green 127 ◦ blue 68

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

Shades of Brandy Punch #B37F44

Tints of Brandy Punch #B37F44

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

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

R = 47.86%
G = 33.96%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B37F44 (or 0xB37F44) is known color: Brandy Punch. HEX triplet: B3, 7F and 44. RGB value is (179,127,68). Sum of RGB (Red+Green+Blue) = 179+127+68=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F44 is #4C80BB. Grayscale: #888888. Windows color (decimal): -5013692 or 4489139. OLE color: 4489139.

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

Color convert

RGB 179 127 68 -
CMYK 0 0.29 0.62 0.30
HSL 31.89º 0.45% 0.48% -
HSV(B) 31.89º 0.62% 0.7% -
XYZ 27.22 25.18 8.89 -
YUV 135.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 179 127 68 0 0.29 0.62 0.30 31.89 0.45 0.48
Hex B3 7F 44 0 1D 3E 1E 20 2D 30
Octal 263 177 104 0 35 76 36 40 55 60
Binary 10110011 1111111 1000100 0 11101 111110 11110 100000 101101 110000

Color Harmonies of #B37F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F44

Black with #B37F44

Text Example


Text Example

White with #B37F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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