Html Css Color HEX #B97940 Brandy Punch

📋 copy color: '#B97940'

red 185 ◦ green 121 ◦ blue 64

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

Shades of Brandy Punch #B97940

Tints of Brandy Punch #B97940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 50%
G = 32.7%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97940 (or 0xB97940) is known color: Brandy Punch. HEX triplet: B9, 79 and 40. RGB value is (185,121,64). Sum of RGB (Red+Green+Blue) = 185+121+64=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B97940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97940 is #4686BF. Grayscale: #858585. Windows color (decimal): -4622016 or 4225465. OLE color: 4225465.

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

Color convert

RGB 185 121 64 -
CMYK 0 0.35 0.65 0.27
HSL 28.26º 0.49% 0.49% -
HSV(B) 28.26º 0.65% 0.73% -
XYZ 27.77 24.36 8.09 -
YUV 133.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 185 121 64 0 0.35 0.65 0.27 28.26 0.49 0.49
Hex B9 79 40 0 23 41 1B 1C 31 31
Octal 271 171 100 0 43 101 33 34 61 61
Binary 10111001 1111001 1000000 0 100011 1000001 11011 11100 110001 110001

Color Harmonies of #B97940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97940

Black with #B97940

Text Example


Text Example

White with #B97940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97940; }

 p { color: rgb(185,121,64); }

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

background-color css

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

 a { background-color: rgb(185,121,64); }

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

border-color css

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

 span { border-color: rgb(185,121,64); }

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