Html Css Color HEX #B97C44 Brandy Punch

📋 copy color: '#B97C44'

red 185 ◦ green 124 ◦ blue 68

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

Shades of Brandy Punch #B97C44

Tints of Brandy Punch #B97C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 49.07%
G = 32.89%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B97C44 (or 0xB97C44) is known color: Brandy Punch. HEX triplet: B9, 7C and 44. RGB value is (185,124,68). Sum of RGB (Red+Green+Blue) = 185+124+68=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C44 is #4683BB. Grayscale: #888888. Windows color (decimal): -4621244 or 4488377. OLE color: 4488377.

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

Color convert

RGB 185 124 68 -
CMYK 0 0.33 0.63 0.27
HSL 28.72º 0.46% 0.5% -
HSV(B) 28.72º 0.63% 0.73% -
XYZ 28.26 25.15 8.83 -
YUV 135.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 185 124 68 0 0.33 0.63 0.27 28.72 0.46 0.5
Hex B9 7C 44 0 21 3F 1B 1D 2E 32
Octal 271 174 104 0 41 77 33 35 56 62
Binary 10111001 1111100 1000100 0 100001 111111 11011 11101 101110 110010

Color Harmonies of #B97C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C44

Black with #B97C44

Text Example


Text Example

White with #B97C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C44; }

 p { color: rgb(185,124,68); }

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

background-color css

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

 a { background-color: rgb(185,124,68); }

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

border-color css

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

 span { border-color: rgb(185,124,68); }

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