Html Css Color HEX #B37F45 Brandy Punch

📋 copy color: '#B37F45'

red 179 ◦ green 127 ◦ blue 69

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

Shades of Brandy Punch #B37F45

Tints of Brandy Punch #B37F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 47.73%
G = 33.87%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B37F45 (or 0xB37F45) is known color: Brandy Punch. HEX triplet: B3, 7F and 45. RGB value is (179,127,69). Sum of RGB (Red+Green+Blue) = 179+127+69=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F45 is #4C80BA. Grayscale: #888888. Windows color (decimal): -5013691 or 4554675. OLE color: 4554675.

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

Color convert

RGB 179 127 69 -
CMYK 0 0.29 0.61 0.30
HSL 31.64º 0.44% 0.49% -
HSV(B) 31.64º 0.61% 0.7% -
XYZ 27.25 25.19 9.06 -
YUV 135.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 179 127 69 0 0.29 0.61 0.30 31.64 0.44 0.49
Hex B3 7F 45 0 1D 3D 1E 20 2C 31
Octal 263 177 105 0 35 75 36 40 54 61
Binary 10110011 1111111 1000101 0 11101 111101 11110 100000 101100 110001

Color Harmonies of #B37F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F45

Black with #B37F45

Text Example


Text Example

White with #B37F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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