Html Css Color HEX #B97949 Brandy Punch

📋 copy color: '#B97949'

red 185 ◦ green 121 ◦ blue 73

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

Shades of Brandy Punch #B97949

Tints of Brandy Punch #B97949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 48.81%
G = 31.93%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97949 (or 0xB97949) is known color: Brandy Punch. HEX triplet: B9, 79 and 49. RGB value is (185,121,73). Sum of RGB (Red+Green+Blue) = 185+121+73=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B97949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97949 is #4686B6. Grayscale: #868686. Windows color (decimal): -4622007 or 4815289. OLE color: 4815289.

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

Color convert

RGB 185 121 73 -
CMYK 0 0.35 0.61 0.27
HSL 25.71º 0.44% 0.51% -
HSV(B) 25.71º 0.61% 0.73% -
XYZ 28.05 24.47 9.55 -
YUV 134.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 185 121 73 0 0.35 0.61 0.27 25.71 0.44 0.51
Hex B9 79 49 0 23 3D 1B 1A 2C 33
Octal 271 171 111 0 43 75 33 32 54 63
Binary 10111001 1111001 1001001 0 100011 111101 11011 11010 101100 110011

Color Harmonies of #B97949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97949

Black with #B97949

Text Example


Text Example

White with #B97949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97949; }

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

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

background-color css

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

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

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

border-color css

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

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

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