Html Css Color HEX #B97740 Brandy Punch

📋 copy color: '#B97740'

red 185 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #B97740

Tints of Brandy Punch #B97740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 50.27%
G = 32.34%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97740 (or 0xB97740) is known color: Brandy Punch. HEX triplet: B9, 77 and 40. RGB value is (185,119,64). Sum of RGB (Red+Green+Blue) = 185+119+64=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B97740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97740 is #4688BF. Grayscale: #848484. Windows color (decimal): -4622528 or 4224953. OLE color: 4224953.

HSL color Cylindrical-coordinate representation of color #B97740: hue angle of 27.27º degrees, saturation: 0.49, 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 #B97740 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 64 -
CMYK 0 0.36 0.65 0.27
HSL 27.27º 0.49% 0.49% -
HSV(B) 27.27º 0.65% 0.73% -
XYZ 27.53 23.88 8.01 -
YUV 132.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 185 119 64 0 0.36 0.65 0.27 27.27 0.49 0.49
Hex B9 77 40 0 24 41 1B 1B 31 31
Octal 271 167 100 0 44 101 33 33 61 61
Binary 10111001 1110111 1000000 0 100100 1000001 11011 11011 110001 110001

Color Harmonies of #B97740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97740

Black with #B97740

Text Example


Text Example

White with #B97740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97740; }

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

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

background-color css

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

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

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

border-color css

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

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

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