Html Css Color HEX #B37B3E Brandy Punch

📋 copy color: '#B37B3E'

red 179 ◦ green 123 ◦ blue 62

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

Shades of Brandy Punch #B37B3E

Tints of Brandy Punch #B37B3E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 49.18%
G = 33.79%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B37B3E (or 0xB37B3E) is known color: Brandy Punch. HEX triplet: B3, 7B and 3E. RGB value is (179,123,62). Sum of RGB (Red+Green+Blue) = 179+123+62=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B3E is #4C84C1. Grayscale: #858585. Windows color (decimal): -5014722 or 4094899. OLE color: 4094899.

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

Color convert

RGB 179 123 62 -
CMYK 0 0.31 0.65 0.30
HSL 31.28º 0.49% 0.47% -
HSV(B) 31.28º 0.65% 0.7% -
XYZ 26.54 24.1 7.81 -
YUV 132.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 179 123 62 0 0.31 0.65 0.30 31.28 0.49 0.47
Hex B3 7B 3E 0 1F 41 1E 1F 31 2F
Octal 263 173 76 0 37 101 36 37 61 57
Binary 10110011 1111011 111110 0 11111 1000001 11110 11111 110001 101111

Color Harmonies of #B37B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B3E

Black with #B37B3E

Text Example


Text Example

White with #B37B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B3E; }

 p { color: rgb(179,123,62); }

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

background-color css

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

 a { background-color: rgb(179,123,62); }

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

border-color css

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

 span { border-color: rgb(179,123,62); }

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