Html Css Color HEX #B97540 Brandy Punch

📋 copy color: '#B97540'

red 185 ◦ green 117 ◦ blue 64

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

Shades of Brandy Punch #B97540

Tints of Brandy Punch #B97540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 50.55%
G = 31.97%
B = 17.49%

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

#B97540 (or 0xB97540) is known color: Brandy Punch. HEX triplet: B9, 75 and 40. RGB value is (185,117,64). Sum of RGB (Red+Green+Blue) = 185+117+64=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B97540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97540 is #468ABF. Grayscale: #838383. Windows color (decimal): -4623040 or 4224441. OLE color: 4224441.

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

Color convert

RGB 185 117 64 -
CMYK 0 0.37 0.65 0.27
HSL 26.28º 0.49% 0.49% -
HSV(B) 26.28º 0.65% 0.73% -
XYZ 27.29 23.41 7.93 -
YUV 131.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 185 117 64 0 0.37 0.65 0.27 26.28 0.49 0.49
Hex B9 75 40 0 25 41 1B 1A 31 31
Octal 271 165 100 0 45 101 33 32 61 61
Binary 10111001 1110101 1000000 0 100101 1000001 11011 11010 110001 110001

Color Harmonies of #B97540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97540

Black with #B97540

Text Example


Text Example

White with #B97540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97540; }

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

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

background-color css

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

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

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

border-color css

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

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

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