Html Css Color HEX #B37D44 Brandy Punch

📋 copy color: '#B37D44'

red 179 ◦ green 125 ◦ blue 68

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

Shades of Brandy Punch #B37D44

Tints of Brandy Punch #B37D44

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 48.12%
G = 33.6%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B37D44 (or 0xB37D44) is known color: Brandy Punch. HEX triplet: B3, 7D and 44. RGB value is (179,125,68). Sum of RGB (Red+Green+Blue) = 179+125+68=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D44 is #4C82BB. Grayscale: #868686. Windows color (decimal): -5014204 or 4488627. OLE color: 4488627.

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

Color convert

RGB 179 125 68 -
CMYK 0 0.30 0.62 0.30
HSL 30.81º 0.45% 0.48% -
HSV(B) 30.81º 0.62% 0.7% -
XYZ 26.97 24.67 8.81 -
YUV 134.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 179 125 68 0 0.30 0.62 0.30 30.81 0.45 0.48
Hex B3 7D 44 0 1E 3E 1E 1F 2D 30
Octal 263 175 104 0 36 76 36 37 55 60
Binary 10110011 1111101 1000100 0 11110 111110 11110 11111 101101 110000

Color Harmonies of #B37D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D44

Black with #B37D44

Text Example


Text Example

White with #B37D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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