Html Css Color HEX #B37D40 Brandy Punch

📋 copy color: '#B37D40'

red 179 ◦ green 125 ◦ blue 64

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

Shades of Brandy Punch #B37D40

Tints of Brandy Punch #B37D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 48.64%
G = 33.97%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37D40 (or 0xB37D40) is known color: Brandy Punch. HEX triplet: B3, 7D and 40. RGB value is (179,125,64). Sum of RGB (Red+Green+Blue) = 179+125+64=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D40 is #4C82BF. Grayscale: #868686. Windows color (decimal): -5014208 or 4226483. OLE color: 4226483.

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

Color convert

RGB 179 125 64 -
CMYK 0 0.30 0.64 0.30
HSL 31.83º 0.47% 0.48% -
HSV(B) 31.83º 0.64% 0.7% -
XYZ 26.85 24.62 8.19 -
YUV 134.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 179 125 64 0 0.30 0.64 0.30 31.83 0.47 0.48
Hex B3 7D 40 0 1E 40 1E 20 2F 30
Octal 263 175 100 0 36 100 36 40 57 60
Binary 10110011 1111101 1000000 0 11110 1000000 11110 100000 101111 110000

Color Harmonies of #B37D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D40

Black with #B37D40

Text Example


Text Example

White with #B37D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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