Html Css Color HEX #B97448 Brandy Punch

📋 copy color: '#B97448'

red 185 ◦ green 116 ◦ blue 72

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

Shades of Brandy Punch #B97448

Tints of Brandy Punch #B97448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 49.6%
G = 31.1%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97448 (or 0xB97448) is known color: Brandy Punch. HEX triplet: B9, 74 and 48. RGB value is (185,116,72). Sum of RGB (Red+Green+Blue) = 185+116+72=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B97448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97448 is #468BB7. Grayscale: #838383. Windows color (decimal): -4623288 or 4748473. OLE color: 4748473.

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

Color convert

RGB 185 116 72 -
CMYK 0 0.37 0.61 0.27
HSL 23.36º 0.45% 0.5% -
HSV(B) 23.36º 0.61% 0.73% -
XYZ 27.42 23.27 9.18 -
YUV 131.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 185 116 72 0 0.37 0.61 0.27 23.36 0.45 0.5
Hex B9 74 48 0 25 3D 1B 17 2D 32
Octal 271 164 110 0 45 75 33 27 55 62
Binary 10111001 1110100 1001000 0 100101 111101 11011 10111 101101 110010

Color Harmonies of #B97448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97448

Black with #B97448

Text Example


Text Example

White with #B97448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97448; }

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

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

background-color css

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

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

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

border-color css

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

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

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