Html Css Color HEX #B97341 Brandy Punch

📋 copy color: '#B97341'

red 185 ◦ green 115 ◦ blue 65

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

Shades of Brandy Punch #B97341

Tints of Brandy Punch #B97341

RGB

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

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

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

R = 50.68%
G = 31.51%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97341 (or 0xB97341) is known color: Brandy Punch. HEX triplet: B9, 73 and 41. RGB value is (185,115,65). Sum of RGB (Red+Green+Blue) = 185+115+65=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B97341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97341 is #468CBE. Grayscale: #828282. Windows color (decimal): -4623551 or 4289465. OLE color: 4289465.

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

Color convert

RGB 185 115 65 -
CMYK 0 0.38 0.65 0.27
HSL 25º 0.48% 0.49% -
HSV(B) 25º 0.65% 0.73% -
XYZ 27.09 22.96 8 -
YUV 130.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 185 115 65 0 0.38 0.65 0.27 25 0.48 0.49
Hex B9 73 41 0 26 41 1B 19 30 31
Octal 271 163 101 0 46 101 33 31 60 61
Binary 10111001 1110011 1000001 0 100110 1000001 11011 11001 110000 110001

Color Harmonies of #B97341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97341

Black with #B97341

Text Example


Text Example

White with #B97341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97341; }

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

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

background-color css

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

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

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

border-color css

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

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

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