Html Css Color HEX #BA7B49 Brandy Punch

📋 copy color: '#BA7B49'

red 186 ◦ green 123 ◦ blue 73

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

Shades of Brandy Punch #BA7B49

Tints of Brandy Punch #BA7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 48.69%
G = 32.2%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7B49 (or 0xBA7B49) is known color: Brandy Punch. HEX triplet: BA, 7B and 49. RGB value is (186,123,73). Sum of RGB (Red+Green+Blue) = 186+123+73=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B49 is #4584B6. Grayscale: #888888. Windows color (decimal): -4555959 or 4815802. OLE color: 4815802.

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

Color convert

RGB 186 123 73 -
CMYK 0 0.34 0.61 0.27
HSL 26.55º 0.45% 0.51% -
HSV(B) 26.55º 0.61% 0.73% -
XYZ 28.54 25.09 9.64 -
YUV 136.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 186 123 73 0 0.34 0.61 0.27 26.55 0.45 0.51
Hex BA 7B 49 0 22 3D 1B 1B 2D 33
Octal 272 173 111 0 42 75 33 33 55 63
Binary 10111010 1111011 1001001 0 100010 111101 11011 11011 101101 110011

Color Harmonies of #BA7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B49

Black with #BA7B49

Text Example


Text Example

White with #BA7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B49; }

 p { color: rgb(186,123,73); }

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

background-color css

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

 a { background-color: rgb(186,123,73); }

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

border-color css

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

 span { border-color: rgb(186,123,73); }

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