Html Css Color HEX #B97441 Brandy Punch

📋 copy color: '#B97441'

red 185 ◦ green 116 ◦ blue 65

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

Shades of Brandy Punch #B97441

Tints of Brandy Punch #B97441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 50.55%
G = 31.69%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97441 (or 0xB97441) is known color: Brandy Punch. HEX triplet: B9, 74 and 41. RGB value is (185,116,65). Sum of RGB (Red+Green+Blue) = 185+116+65=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B97441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97441 is #468BBE. Grayscale: #838383. Windows color (decimal): -4623295 or 4289721. OLE color: 4289721.

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

Color convert

RGB 185 116 65 -
CMYK 0 0.37 0.65 0.27
HSL 25.5º 0.48% 0.49% -
HSV(B) 25.5º 0.65% 0.73% -
XYZ 27.21 23.19 8.04 -
YUV 130.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 185 116 65 0 0.37 0.65 0.27 25.5 0.48 0.49
Hex B9 74 41 0 25 41 1B 1A 30 31
Octal 271 164 101 0 45 101 33 32 60 61
Binary 10111001 1110100 1000001 0 100101 1000001 11011 11010 110000 110001

Color Harmonies of #B97441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97441

Black with #B97441

Text Example


Text Example

White with #B97441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97441; }

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

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

background-color css

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

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

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

border-color css

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

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

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