Html Css Color HEX #B97349 Brandy Punch

📋 copy color: '#B97349'

red 185 ◦ green 115 ◦ blue 73

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

Shades of Brandy Punch #B97349

Tints of Brandy Punch #B97349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 49.6%
G = 30.83%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97349 (or 0xB97349) is known color: Brandy Punch. HEX triplet: B9, 73 and 49. RGB value is (185,115,73). Sum of RGB (Red+Green+Blue) = 185+115+73=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B97349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97349 is #468CB6. Grayscale: #838383. Windows color (decimal): -4623543 or 4813753. OLE color: 4813753.

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

Color convert

RGB 185 115 73 -
CMYK 0 0.38 0.61 0.27
HSL 22.5º 0.44% 0.51% -
HSV(B) 22.5º 0.61% 0.73% -
XYZ 27.34 23.06 9.31 -
YUV 131.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 185 115 73 0 0.38 0.61 0.27 22.5 0.44 0.51
Hex B9 73 49 0 26 3D 1B 16 2C 33
Octal 271 163 111 0 46 75 33 26 54 63
Binary 10111001 1110011 1001001 0 100110 111101 11011 10110 101100 110011

Color Harmonies of #B97349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97349

Black with #B97349

Text Example


Text Example

White with #B97349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97349; }

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

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

background-color css

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

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

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

border-color css

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

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

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