Html Css Color HEX #BA7A4D Brandy Punch

📋 copy color: '#BA7A4D'

red 186 ◦ green 122 ◦ blue 77

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

Shades of Brandy Punch #BA7A4D

Tints of Brandy Punch #BA7A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 48.31%
G = 31.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA7A4D (or 0xBA7A4D) is known color: Brandy Punch. HEX triplet: BA, 7A and 4D. RGB value is (186,122,77). Sum of RGB (Red+Green+Blue) = 186+122+77=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A4D is #4585B2. Grayscale: #888888. Windows color (decimal): -4556211 or 5077690. OLE color: 5077690.

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

Color convert

RGB 186 122 77 -
CMYK 0 0.34 0.59 0.27
HSL 24.77º 0.44% 0.52% -
HSV(B) 24.77º 0.59% 0.73% -
XYZ 28.55 24.89 10.32 -
YUV 136.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 186 122 77 0 0.34 0.59 0.27 24.77 0.44 0.52
Hex BA 7A 4D 0 22 3B 1B 19 2C 34
Octal 272 172 115 0 42 73 33 31 54 64
Binary 10111010 1111010 1001101 0 100010 111011 11011 11001 101100 110100

Color Harmonies of #BA7A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A4D

Black with #BA7A4D

Text Example


Text Example

White with #BA7A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A4D; }

 p { color: rgb(186,122,77); }

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

background-color css

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

 a { background-color: rgb(186,122,77); }

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

border-color css

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

 span { border-color: rgb(186,122,77); }

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