Html Css Color HEX #B97748 Brandy Punch

📋 copy color: '#B97748'

red 185 ◦ green 119 ◦ blue 72

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

Shades of Brandy Punch #B97748

Tints of Brandy Punch #B97748

RGB

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

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

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

R = 49.2%
G = 31.65%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97748 (or 0xB97748) is known color: Brandy Punch. HEX triplet: B9, 77 and 48. RGB value is (185,119,72). Sum of RGB (Red+Green+Blue) = 185+119+72=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B97748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97748 is #4688B7. Grayscale: #858585. Windows color (decimal): -4622520 or 4749241. OLE color: 4749241.

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

Color convert

RGB 185 119 72 -
CMYK 0 0.36 0.61 0.27
HSL 24.96º 0.45% 0.5% -
HSV(B) 24.96º 0.61% 0.73% -
XYZ 27.77 23.98 9.29 -
YUV 133.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 185 119 72 0 0.36 0.61 0.27 24.96 0.45 0.5
Hex B9 77 48 0 24 3D 1B 19 2D 32
Octal 271 167 110 0 44 75 33 31 55 62
Binary 10111001 1110111 1001000 0 100100 111101 11011 11001 101101 110010

Color Harmonies of #B97748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97748

Black with #B97748

Text Example


Text Example

White with #B97748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97748; }

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

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

background-color css

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

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

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

border-color css

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

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

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