Html Css Color HEX #B97746 Brandy Punch

📋 copy color: '#B97746'

red 185 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #B97746

Tints of Brandy Punch #B97746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 49.47%
G = 31.82%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B97746 (or 0xB97746) is known color: Brandy Punch. HEX triplet: B9, 77 and 46. RGB value is (185,119,70). Sum of RGB (Red+Green+Blue) = 185+119+70=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B97746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97746 is #4688B9. Grayscale: #858585. Windows color (decimal): -4622522 or 4618169. OLE color: 4618169.

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

Color convert

RGB 185 119 70 -
CMYK 0 0.36 0.62 0.27
HSL 25.57º 0.45% 0.5% -
HSV(B) 25.57º 0.62% 0.73% -
XYZ 27.71 23.95 8.96 -
YUV 133.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 185 119 70 0 0.36 0.62 0.27 25.57 0.45 0.5
Hex B9 77 46 0 24 3E 1B 1A 2D 32
Octal 271 167 106 0 44 76 33 32 55 62
Binary 10111001 1110111 1000110 0 100100 111110 11011 11010 101101 110010

Color Harmonies of #B97746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97746

Black with #B97746

Text Example


Text Example

White with #B97746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97746; }

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

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

background-color css

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

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

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

border-color css

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

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

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