Html Css Color HEX #B97440 Brandy Punch

📋 copy color: '#B97440'

red 185 ◦ green 116 ◦ blue 64

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

Shades of Brandy Punch #B97440

Tints of Brandy Punch #B97440

RGB

 RED value IS 185 (72.66% from 255) = 50.68%

 GREEN value IS 116 (45.7% from 255) = 31.78%

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

R = 50.68%
G = 31.78%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97440 (or 0xB97440) is known color: Brandy Punch. HEX triplet: B9, 74 and 40. RGB value is (185,116,64). Sum of RGB (Red+Green+Blue) = 185+116+64=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B97440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97440 is #468BBF. Grayscale: #828282. Windows color (decimal): -4623296 or 4224185. OLE color: 4224185.

HSL color Cylindrical-coordinate representation of color #B97440: hue angle of 25.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B97440 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 116 64 -
CMYK 0 0.37 0.65 0.27
HSL 25.79º 0.49% 0.49% -
HSV(B) 25.79º 0.65% 0.73% -
XYZ 27.18 23.18 7.89 -
YUV 130.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 185 116 64 0 0.37 0.65 0.27 25.79 0.49 0.49
Hex B9 74 40 0 25 41 1B 1A 31 31
Octal 271 164 100 0 45 101 33 32 61 61
Binary 10111001 1110100 1000000 0 100101 1000001 11011 11010 110001 110001

Color Harmonies of #B97440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97440

Black with #B97440

Text Example


Text Example

White with #B97440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97440; }

 p { color: rgb(185,116,64); }

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

background-color css

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

 a { background-color: rgb(185,116,64); }

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

border-color css

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

 span { border-color: rgb(185,116,64); }

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