Html Css Color HEX #BA7D4E Brandy Punch

📋 copy color: '#BA7D4E'

red 186 ◦ green 125 ◦ blue 78

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

Shades of Brandy Punch #BA7D4E

Tints of Brandy Punch #BA7D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 47.81%
G = 32.13%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA7D4E (or 0xBA7D4E) is known color: Brandy Punch. HEX triplet: BA, 7D and 4E. RGB value is (186,125,78). Sum of RGB (Red+Green+Blue) = 186+125+78=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D4E is #4582B1. Grayscale: #8A8A8A. Windows color (decimal): -4555442 or 5143994. OLE color: 5143994.

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

Color convert

RGB 186 125 78 -
CMYK 0 0.33 0.58 0.27
HSL 26.11º 0.44% 0.52% -
HSV(B) 26.11º 0.58% 0.73% -
XYZ 28.96 25.66 10.63 -
YUV 137.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 186 125 78 0 0.33 0.58 0.27 26.11 0.44 0.52
Hex BA 7D 4E 0 21 3A 1B 1A 2C 34
Octal 272 175 116 0 41 72 33 32 54 64
Binary 10111010 1111101 1001110 0 100001 111010 11011 11010 101100 110100

Color Harmonies of #BA7D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D4E

Black with #BA7D4E

Text Example


Text Example

White with #BA7D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D4E; }

 p { color: rgb(186,125,78); }

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

background-color css

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

 a { background-color: rgb(186,125,78); }

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

border-color css

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

 span { border-color: rgb(186,125,78); }

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