Html Css Color HEX #B97C49 Brandy Punch

📋 copy color: '#B97C49'

red 185 ◦ green 124 ◦ blue 73

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

Shades of Brandy Punch #B97C49

Tints of Brandy Punch #B97C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 48.43%
G = 32.46%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97C49 (or 0xB97C49) is known color: Brandy Punch. HEX triplet: B9, 7C and 49. RGB value is (185,124,73). Sum of RGB (Red+Green+Blue) = 185+124+73=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C49 is #4683B6. Grayscale: #888888. Windows color (decimal): -4621239 or 4816057. OLE color: 4816057.

HSL color Cylindrical-coordinate representation of color #B97C49: hue angle of 27.32º 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 #B97C49 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 124 73 -
CMYK 0 0.33 0.61 0.27
HSL 27.32º 0.44% 0.51% -
HSV(B) 27.32º 0.61% 0.73% -
XYZ 28.42 25.21 9.67 -
YUV 136.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 185 124 73 0 0.33 0.61 0.27 27.32 0.44 0.51
Hex B9 7C 49 0 21 3D 1B 1B 2C 33
Octal 271 174 111 0 41 75 33 33 54 63
Binary 10111001 1111100 1001001 0 100001 111101 11011 11011 101100 110011

Color Harmonies of #B97C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C49

Black with #B97C49

Text Example


Text Example

White with #B97C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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