Html Css Color HEX #BA7941 Brandy Punch

📋 copy color: '#BA7941'

red 186 ◦ green 121 ◦ blue 65

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

Shades of Brandy Punch #BA7941

Tints of Brandy Punch #BA7941

RGB

 RED value IS 186 (73.05% from 255) = 50%

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

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 50%
G = 32.53%
B = 17.47%

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

#BA7941 (or 0xBA7941) is known color: Brandy Punch. HEX triplet: BA, 79 and 41. RGB value is (186,121,65). Sum of RGB (Red+Green+Blue) = 186+121+65=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7941 is #4586BE. Grayscale: #868686. Windows color (decimal): -4556479 or 4291002. OLE color: 4291002.

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

Color convert

RGB 186 121 65 -
CMYK 0 0.35 0.65 0.27
HSL 27.77º 0.48% 0.49% -
HSV(B) 27.77º 0.65% 0.73% -
XYZ 28.04 24.5 8.25 -
YUV 134.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 186 121 65 0 0.35 0.65 0.27 27.77 0.48 0.49
Hex BA 79 41 0 23 41 1B 1C 30 31
Octal 272 171 101 0 43 101 33 34 60 61
Binary 10111010 1111001 1000001 0 100011 1000001 11011 11100 110000 110001

Color Harmonies of #BA7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7941

Black with #BA7941

Text Example


Text Example

White with #BA7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7941; }

 p { color: rgb(186,121,65); }

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

background-color css

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

 a { background-color: rgb(186,121,65); }

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

border-color css

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

 span { border-color: rgb(186,121,65); }

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