Html Css Color HEX #B97744 Brandy Punch

📋 copy color: '#B97744'

red 185 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #B97744

Tints of Brandy Punch #B97744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 49.73%
G = 31.99%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B97744 (or 0xB97744) is known color: Brandy Punch. HEX triplet: B9, 77 and 44. RGB value is (185,119,68). Sum of RGB (Red+Green+Blue) = 185+119+68=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B97744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97744 is #4688BB. Grayscale: #858585. Windows color (decimal): -4622524 or 4487097. OLE color: 4487097.

HSL color Cylindrical-coordinate representation of color #B97744: hue angle of 26.15º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B97744 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 68 -
CMYK 0 0.36 0.63 0.27
HSL 26.15º 0.46% 0.5% -
HSV(B) 26.15º 0.63% 0.73% -
XYZ 27.65 23.93 8.63 -
YUV 132.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 185 119 68 0 0.36 0.63 0.27 26.15 0.46 0.5
Hex B9 77 44 0 24 3F 1B 1A 2E 32
Octal 271 167 104 0 44 77 33 32 56 62
Binary 10111001 1110111 1000100 0 100100 111111 11011 11010 101110 110010

Color Harmonies of #B97744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97744

Black with #B97744

Text Example


Text Example

White with #B97744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97744; }

 p { color: rgb(185,119,68); }

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

background-color css

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

 a { background-color: rgb(185,119,68); }

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

border-color css

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

 span { border-color: rgb(185,119,68); }

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