Html Css Color HEX #B97449 Brandy Punch

📋 copy color: '#B97449'

red 185 ◦ green 116 ◦ blue 73

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

Shades of Brandy Punch #B97449

Tints of Brandy Punch #B97449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 49.47%
G = 31.02%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97449 (or 0xB97449) is known color: Brandy Punch. HEX triplet: B9, 74 and 49. RGB value is (185,116,73). Sum of RGB (Red+Green+Blue) = 185+116+73=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B97449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97449 is #468BB6. Grayscale: #838383. Windows color (decimal): -4623287 or 4814009. OLE color: 4814009.

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

Color convert

RGB 185 116 73 -
CMYK 0 0.37 0.61 0.27
HSL 23.04º 0.44% 0.51% -
HSV(B) 23.04º 0.61% 0.73% -
XYZ 27.46 23.29 9.35 -
YUV 131.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 185 116 73 0 0.37 0.61 0.27 23.04 0.44 0.51
Hex B9 74 49 0 25 3D 1B 17 2C 33
Octal 271 164 111 0 45 75 33 27 54 63
Binary 10111001 1110100 1001001 0 100101 111101 11011 10111 101100 110011

Color Harmonies of #B97449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97449

Black with #B97449

Text Example


Text Example

White with #B97449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97449; }

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

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

background-color css

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

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

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

border-color css

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

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

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